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