mirror of https://github.com/ehang-io/nps
8 lines
88 B
Go
8 lines
88 B
Go
![]() |
package version
|
||
|
|
||
|
const VERSION = "0.0.16"
|
||
|
|
||
|
func GetVersion() string {
|
||
|
return VERSION
|
||
|
}
|