Skip to content

Commit

Permalink
Bump obsctl version to v0.1.0-rc.0 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Saswata Mukherjee <[email protected]>
  • Loading branch information
saswatamcode authored May 30, 2022
1 parent cf212e7 commit 17c49af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ go install github.com/observatorium/obsctl@latest
or via [bingo](https://github.com/bwplotka/bingo) if you want to pin it,

```bash
bingo get -u github.com/observatorium/obsctl
bingo get -u github.com/observatorium/obsctl@latest
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version returns 'obsctl' version.
const Version = "v0.1.0-dev"
const Version = "v0.1.0-rc.0"

0 comments on commit 17c49af

Please sign in to comment.