Skip to content

Commit 486b9df

Browse files
authored
Publish 1.2.1 to allow recompilation with go1.9
Should fix arduino/Arduino#6649
1 parent f9d5088 commit 486b9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"time"
1616
)
1717

18-
const AppVersion = "1.2.0"
18+
const AppVersion = "1.2.1"
1919

2020
var compileInfo string
2121

0 commit comments

Comments
 (0)