We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eece8 commit c014b92Copy full SHA for c014b92
1 file changed
src/main.go
@@ -34,7 +34,7 @@ func main() {
34
Compact: true,
35
}),
36
kong.Vars{
37
- "version": "0.3.5",
+ "version": "0.3.6",
38
})
39
// Call the Run() method of the selected parsed command.
40
err := ctx.Run()
0 commit comments