Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Nov 10, 2024
1 parent 661b587 commit 2e9a364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func main() {
&cli,
kong.UsageOnError(),
kong.HelpOptions{FlagsLast: true},
kong.Vars{"version": "jorge v0.9.0"},
kong.Vars{"version": "jorge v0.9.1"},
)
err := ctx.Run()
ctx.FatalIfErrorf(err)
Expand Down

0 comments on commit 2e9a364

Please sign in to comment.