Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Mar 29, 2024
1 parent ffd160a commit 786c41e
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 @@ -18,7 +18,7 @@ func main() {
&cli,
kong.UsageOnError(),
kong.HelpOptions{FlagsLast: true},
kong.Vars{"version": "jorge v0.6.2"},
kong.Vars{"version": "jorge v0.6.3"},
)
err := ctx.Run()
ctx.FatalIfErrorf(err)
Expand Down

0 comments on commit 786c41e

Please sign in to comment.