mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-14 20:08:23 +08:00
11 lines
117 B
Go
11 lines
117 B
Go
package version
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed VERSION
|
|
var VERSION string
|
|
|
|
const HttpRunnerMinVersion = "v4.1.0"
|