This commit is contained in:
Thorsten Sommer 2018-09-15 13:31:19 +00:00
parent db87648088
commit 004db0c9e2
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
.idea/** merge=ignore

View File

@ -5,7 +5,7 @@ import (
"strings" "strings"
) )
const VERSION = "1.0.2" const VERSION = "1.0.5"
func GetGoVersion() (ver string) { func GetGoVersion() (ver string) {
ver = runtime.Version() ver = runtime.Version()