package common var VERSION = "0.0.0" func GetVersion() string { return VERSION }