update version

This commit is contained in:
facundoolano 2024-02-27 12:43:01 -03:00
parent a7866b7d2c
commit cb20f53ee3

View file

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