package common
var sofname = "hozonsite"
var version = "1.3.0"
func GetSofname() string {
return sofname
}
func GetVersion() string {
return version