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