mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
8 lines
88 B
Go
8 lines
88 B
Go
package version
|
|
|
|
const VERSION = "0.17.0"
|
|
|
|
func GetVersion() string {
|
|
return VERSION
|
|
}
|