Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Jul 8, 2024
1 parent 8102664 commit 9f5208c
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.5"},
kong.Vars{"version": "jorge v0.7.0"},
)
err := ctx.Run()
ctx.FatalIfErrorf(err)
Expand Down

0 comments on commit 9f5208c

Please sign in to comment.