package version var VERSION = "2020-03-31-01" func GetVersion() (version string) { return VERSION }