update: hrp version => v4.1.1

This commit is contained in:
buyuxiang
2022-05-31 15:11:33 +08:00
parent 145e6555f3
commit 90ef77bced
12 changed files with 16 additions and 12 deletions

View File

@@ -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

View File

@@ -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()
}

View File

@@ -1 +1 @@
v4.1.0
v4.1.1

View File

@@ -7,4 +7,4 @@ import (
//go:embed VERSION
var VERSION string
const HttpRunnerMinVersion = "v4.0.0-beta"
const HttpRunnerMinVersion = "v4.1.0"