This commit is contained in:
Thorsten Sommer 2018-09-15 11:47:45 +02:00
parent a0f9644946
commit 1f59d11b84

View File

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