mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 03:16:53 +00:00
add functions
This commit is contained in:
8
lib/version/version.go
Normal file
8
lib/version/version.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package version
|
||||
|
||||
const VERSION = "0.0.16"
|
||||
const VERSION_OK = "vrok"
|
||||
|
||||
func GetVersion() string {
|
||||
return VERSION
|
||||
}
|
Reference in New Issue
Block a user