This commit is contained in:
Thorsten Sommer 2018-09-15 14:27:31 +02:00
parent 2e374ce43e
commit 748b3d240b

View File

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