1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-19 12:26:09 +08:00
nps/lib/version/version.go
2019-12-24 13:21:30 +08:00

9 lines
167 B
Go

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