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