Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Mar 28, 2022
1 parent 262da91 commit d06c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
Compact: true,
}),
kong.Vars{
"VERSION": "0.5.1",
"VERSION": "0.6.1",
})
// Call the Run() method of the selected parsed command.
err := ctx.Run(cli.Debug)
Expand Down

0 comments on commit d06c981

Please sign in to comment.