mirror of
https://github.com/ehang-io/nps.git
synced 2026-09-01 15:48:22 +08:00
9 lines
167 B
Go
9 lines
167 B
Go
package version
|
|
|
|
const VERSION = "0.21.1"
|
|
|
|
// Compulsory minimum version, Minimum downward compatibility to this version
|
|
func GetVersion() string {
|
|
return "0.21.0"
|
|
}
|