1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-19 10:28:29 +08:00
nps/lib/version/version.go
2019-04-10 20:54:51 +08:00

9 lines
167 B
Go

package version
const VERSION = "0.22.1"
// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {
return "0.21.0"
}