From 429e42c6fdab7701a43ee744a3fdda79ead96ac3 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 14:18:33 +0200 Subject: [PATCH] Test --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index c6b35fb..a617869 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.3" +const VERSION = "1.0.4" func GetGoVersion() (ver string) { ver = runtime.Version()