Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 486b9df

Browse files
authoredSep 11, 2017
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)
Please sign in to comment.