mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 00:09:37 +08:00
refactor: get hrp version from aliyun OSS file
This commit is contained in:
1
hrp/internal/version/VERSION
Normal file
1
hrp/internal/version/VERSION
Normal file
@@ -0,0 +1 @@
|
||||
v4.0.0-beta
|
||||
@@ -1,3 +1,8 @@
|
||||
package version
|
||||
|
||||
const VERSION = "v4.0.0-beta"
|
||||
import (
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed VERSION
|
||||
var VERSION string
|
||||
|
||||
Reference in New Issue
Block a user