mirror of
https://github.com/facundoolano/jorge.git
synced 2024-11-16 07:47:40 +01:00
This commit is contained in:
parent
661b5877b8
commit
2e9a364e17
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue