This commit is contained in:
facundoolano 2024-04-02 10:39:13 -03:00
parent 53c4b61cfb
commit fdec423187

View file

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