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

This commit is contained in:
facundo 2024-11-10 13:21:13 -03:00
parent 661b5877b8
commit 2e9a364e17

View file

@ -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)