This commit is contained in:
facundoolano 2024-03-02 16:18:11 -03:00
parent c02e1fc91e
commit c678ebd347

View file

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