We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5376f1 commit ed117b6Copy full SHA for ed117b6
1 file changed
src/main.go
@@ -32,7 +32,7 @@ func main() {
32
Compact: true,
33
}),
34
kong.Vars{
35
- "version": "Bread v0.2.2",
+ "version": "Bread v0.2.3",
36
})
37
// Call the Run() method of the selected parsed command.
38
err := ctx.Run()
0 commit comments