Skip to content

Commit 3b62f49

Browse files
committed
Bump version to 0.2.0
1 parent 59dd9c2 commit 3b62f49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes
22

3-
## 0.1.3 - 2023-09-15
3+
## 0.2.0 - 2023-09-15
44

55
- Add "is command output"
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ is --version
787787
* [Download a release](https://github.com/oalders/is/releases)
788788
* `go install`
789789
* `go install github.com/oalders/is@latest`
790-
* `go install github.com/oalders/is@v0.1.3`
790+
* `go install github.com/oalders/is@v0.2.0`
791791
* Use [ubi](https://github.com/houseabsolute/ubi)
792792

793793
```bash

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222

2323
ctx := kong.Parse(&API,
2424
kong.Vars{
25-
"version": "0.1.3",
25+
"version": "0.2.0",
2626
})
2727
runContext := types.Context{Debug: API.Debug}
2828
err := ctx.Run(&runContext)

0 commit comments

Comments
 (0)