mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
12 lines
150 B
Go
12 lines
150 B
Go
package version
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed VERSION
|
|
var VERSION string
|
|
|
|
// httprunner python version
|
|
const HttpRunnerMinimumVersion = "v4.3.0"
|