fix: version getter

This commit is contained in:
boojack
2022-05-17 22:17:37 +08:00
parent 5731fb8912
commit 0b50122aac
6 changed files with 9 additions and 22 deletions

4
common/version.go Normal file
View File

@@ -0,0 +1,4 @@
package common
// Version is the service current released version.
var Version = "0.0.1"