nps/lib/version/version.go

8 lines
88 B
Go

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