This commit is contained in:
Thorsten Sommer 2018-09-15 16:24:47 +02:00
parent 58710b436d
commit f90555c439

View File

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