Skip to content

Commit 7ed20de

Browse files
committed
Increase version number to 0.2
1 parent ff03d73 commit 7ed20de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717

1818
func main() {
1919
app := cli.NewApp()
20-
app.Version = "0.1"
20+
app.Version = "0.2"
2121
app.Usage = "tool for managing .mcm character sets for MAX7456"
2222
app.Flags = []cli.Flag{
2323
cli.BoolFlag{

0 commit comments

Comments
 (0)