mirror of
https://github.com/facundoolano/jorge.git
synced 2024-11-16 07:47:40 +01:00
v0.9.0
This commit is contained in:
parent
7372c23053
commit
795a9a9d8e
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.8.0"},
|
||||
kong.Vars{"version": "jorge v0.9.0"},
|
||||
)
|
||||
err := ctx.Run()
|
||||
ctx.FatalIfErrorf(err)
|
||||
|
|
Loading…
Reference in a new issue