Skip to content

Commit

Permalink
Bump version from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
oalders committed Sep 24, 2023
1 parent bb1666e commit bcbc143
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
@@ -906,7 +906,7 @@ is --version
* [Download a release](https://github.com/oalders/is/releases)
* `go install`
* `go install github.com/oalders/is@latest`
* `go install github.com/oalders/is@v0.2.0`
* `go install github.com/oalders/is@v0.3.0`
* Use [ubi](https://github.com/houseabsolute/ubi)

```bash
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ func main() {

ctx := kong.Parse(&API,
kong.Vars{
"version": "0.2.0",
"version": "0.3.0",
})
runContext := types.Context{Debug: API.Debug}
err := ctx.Run(&runContext)

0 comments on commit bcbc143

Please sign in to comment.