1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-28 03:26:26 +08:00
nps/lib/version/version.go
2019-02-24 13:17:43 +08:00

8 lines
88 B
Go

package version
const VERSION = "0.0.16"
func GetVersion() string {
return VERSION
}