This commit is contained in:
Thorsten Sommer 2018-09-15 13:31:20 +00:00
commit e3694e56c8
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"
)
const VERSION = "1.0.2"
const VERSION = "1.0.5"
func GetGoVersion() (ver string) {
ver = runtime.Version()