From 486b9df570c42b5622bcdbd4064bc7c7aef471fc Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Mon, 11 Sep 2017 14:34:11 +0200 Subject: [PATCH] Publish 1.2.1 to allow recompilation with go1.9 Should fix https://github.com/arduino/Arduino/issues/6649 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b8db715..9bebbe0 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "time" ) -const AppVersion = "1.2.0" +const AppVersion = "1.2.1" var compileInfo string