From a0f96449468584855d78bc6b746c6a733806605c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 11:43:01 +0200 Subject: [PATCH 1/4] Added workspace From 1f59d11b84ee2bd0472ab0674e0d968858e6055f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 11:47:45 +0200 Subject: [PATCH 2/4] Test --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index c6fbd63..c6b35fb 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.2" +const VERSION = "1.0.3" func GetGoVersion() (ver string) { ver = runtime.Version() From aa1b9f88d6a29b51e8c3c2bcf199dc2b8fa74f7a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 12:26:08 +0200 Subject: [PATCH 3/4] Update workspace From 8ed1e54f0144c1f470b8ef56548b051026e5192a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 13:40:42 +0200 Subject: [PATCH 4/4] Added git attributes for JetBrain files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dafc81f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.idea/** merge=ignore \ No newline at end of file