mirror of
https://github.com/ehang-io/nps
synced 2025-10-28 03:26:26 +08:00
8 lines
88 B
Go
8 lines
88 B
Go
package version
|
|
|
|
const VERSION = "0.0.16"
|
|
|
|
func GetVersion() string {
|
|
return VERSION
|
|
}
|