Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 16, 2023
1 parent 59dd9c2 commit 3b62f49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## 0.1.3 - 2023-09-15
## 0.2.0 - 2023-09-15

- Add "is command output"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,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.1.3`
* `go install github.com/oalders/is@v0.2.0`
* Use [ubi](https://github.com/houseabsolute/ubi)

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

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

0 comments on commit 3b62f49

Please sign in to comment.