fix bug:重构版本信息的位置解决包引用环路问题

This commit is contained in:
tsosunchia
2023-05-30 14:55:47 +08:00
parent 288aee254f
commit 4e5cd2d053
5 changed files with 22 additions and 20 deletions

5
config/basic.go Normal file
View File

@@ -0,0 +1,5 @@
package config
var Version = "v0.0.0.alpha"
var BuildDate = ""
var CommitID = ""