refactor: get hrp version from aliyun OSS file

This commit is contained in:
debugtalk
2022-04-25 16:23:38 +08:00
parent 9a0ffa9802
commit f5ff03d346
10 changed files with 26 additions and 18 deletions

View File

@@ -0,0 +1 @@
v4.0.0-beta

View File

@@ -1,3 +1,8 @@
package version
const VERSION = "v4.0.0-beta"
import (
_ "embed"
)
//go:embed VERSION
var VERSION string