We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bf072 commit 3231204Copy full SHA for 3231204
1 file changed
main.go
@@ -27,7 +27,7 @@ var (
27
28
func main() {
29
app := cli.NewApp()
30
- app.Version = "0.4"
+ app.Version = "0.5"
31
app.Usage = "tool for managing .mcm character sets for MAX7456"
32
app.Flags = []cli.Flag{
33
&cli.BoolFlag{
0 commit comments