Skip to content

Commit 3231204

Browse files
committed
Increase version number to 0.5
1 parent 15bf072 commit 3231204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

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

2828
func main() {
2929
app := cli.NewApp()
30-
app.Version = "0.4"
30+
app.Version = "0.5"
3131
app.Usage = "tool for managing .mcm character sets for MAX7456"
3232
app.Flags = []cli.Flag{
3333
&cli.BoolFlag{

0 commit comments

Comments
 (0)