mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
9 lines
168 B
Go
9 lines
168 B
Go
package version
|
|
|
|
const VERSION = "0.26.10"
|
|
|
|
// Compulsory minimum version, Minimum downward compatibility to this version
|
|
func GetVersion() string {
|
|
return "0.26.0"
|
|
}
|