Skip to content

Commit

Permalink
Bump version prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Sep 10, 2023
1 parent 90239fb commit f7645a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.1.3 - 2023-09-09

- Add "is arch" and "is known arch"
- "is known" once again prints output

## 0.1.2 - 2023-09-08

- Improve docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,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/[email protected].2`
* `go install github.com/oalders/[email protected].3`
* 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.2",
"version": "0.1.3",
})
runContext := types.Context{Debug: API.Debug}
err := ctx.Run(&runContext)
Expand Down

0 comments on commit f7645a8

Please sign in to comment.