Merge branch 'master' into 'master'

Merge

See merge request SommerEngineering/simple-file-server!2
This commit is contained in:
Thorsten Sommer 2018-09-15 14:30:05 +00:00
commit 39490d1aec

View File

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