refactor: get hrp version from aliyun OSS file

This commit is contained in:
debugtalk
2022-04-25 16:34:11 +08:00
parent 7fcba33b97
commit c438c955fb
10 changed files with 26 additions and 18 deletions
+1
View File
@@ -0,0 +1 @@
v4.0.0-beta
+6 -1
View File
@@ -1,3 +1,8 @@
package version
const VERSION = "v4.0.0-beta"
import (
_ "embed"
)
//go:embed VERSION
var VERSION string