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