Skip to content

Commit

Permalink
Update Changes and version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 27, 2023
1 parent f3daef4 commit 30d5e40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4 - 2023-05-26

- Add a --version flag

## 0.0.3 - 2023-05-20

- Tweak goreleaser config
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type ThereCmd struct {
func main() {
ctx := kong.Parse(&cli,
kong.Vars{
"version": "0.0.3",
"version": "0.0.4",
})
var info meta
err := ctx.Run(&Context{Debug: cli.Debug, Verbose: cli.Verbose}, &info)
Expand Down

0 comments on commit 30d5e40

Please sign in to comment.