We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff03d73 commit 7ed20deCopy full SHA for 7ed20de
main.go
@@ -17,7 +17,7 @@ var (
17
18
func main() {
19
app := cli.NewApp()
20
- app.Version = "0.1"
+ app.Version = "0.2"
21
app.Usage = "tool for managing .mcm character sets for MAX7456"
22
app.Flags = []cli.Flag{
23
cli.BoolFlag{
0 commit comments