This commit is contained in:
Thorsten Sommer 2018-09-15 14:18:33 +02:00
parent 39d349a302
commit 429e42c6fd

View File

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