v0.8.0
Some checks failed
Test project / build (push) Has been cancelled

This commit is contained in:
facundo 2024-09-12 13:00:25 -03:00
parent 2f5b468f73
commit ab3bc633d2

View file

@ -18,7 +18,7 @@ func main() {
&cli,
kong.UsageOnError(),
kong.HelpOptions{FlagsLast: true},
kong.Vars{"version": "jorge v0.7.0"},
kong.Vars{"version": "jorge v0.8.0"},
)
err := ctx.Run()
ctx.FatalIfErrorf(err)