mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 10:59:42 +08:00
11 lines
122 B
Go
11 lines
122 B
Go
package version
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed VERSION
|
|
var VERSION string
|
|
|
|
const HttpRunnerMinVersion = "v4.0.0-beta"
|