package version import ( _ "embed" ) //go:embed VERSION var VERSION string const HttpRunnerMinVersion = "v4.1.0"