Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Sep 18, 2024
1 parent 7372c23 commit 795a9a9
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.8.0"},
kong.Vars{"version": "jorge v0.9.0"},
)
err := ctx.Run()
ctx.FatalIfErrorf(err)
Expand Down

0 comments on commit 795a9a9

Please sign in to comment.