mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +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"
|