nps/lib/version/version.go
ffdfgdfg 2629078988 Revert "change mux data struct, fix #250"
This reverts commit ae28d41231c68c226a0a0c82f3341c42cef6c620.
2019-12-17 15:38:40 +08:00

9 lines
167 B
Go

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