mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 08:17:35 +08:00
update: hrp version => v4.1.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# NOTE: Generated By hrp v4.1.0, DO NOT EDIT!
|
||||
# NOTE: Generated By hrp v4.1.1, DO NOT EDIT!
|
||||
|
||||
import logging
|
||||
import time
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// NOTE: Generated By hrp v4.1.0, DO NOT EDIT!
|
||||
// NOTE: Generated By hrp v4.1.1, DO NOT EDIT!
|
||||
package main
|
||||
|
||||
import (
|
||||
@@ -12,5 +12,5 @@ func main() {
|
||||
fungo.Register("SetupHookExample", SetupHookExample)
|
||||
fungo.Register("TeardownHookExample", TeardownHookExample)
|
||||
fungo.Register("GetUserAgent", GetUserAgent)
|
||||
fungo.Serve()
|
||||
fungo.Serve()
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
v4.1.0
|
||||
v4.1.1
|
||||
@@ -7,4 +7,4 @@ import (
|
||||
//go:embed VERSION
|
||||
var VERSION string
|
||||
|
||||
const HttpRunnerMinVersion = "v4.0.0-beta"
|
||||
const HttpRunnerMinVersion = "v4.1.0"
|
||||
|
||||
Reference in New Issue
Block a user