bump version to v4.0.0-beta

This commit is contained in:
debugtalk
2022-04-24 20:55:43 +08:00
parent b2d07d7f34
commit 85476f27f2
30 changed files with 31 additions and 179 deletions

View File

@@ -42,7 +42,7 @@ func TeardownHookExample(args string) string {
}
func GetVersion() string {
return "v4.0.0-alpha"
return "v4.0.0-beta"
}
func main() {

View File

@@ -6,7 +6,7 @@ import funppy
def get_httprunner_version():
return "v4.0.0-alpha"
return "v4.0.0-beta"
def sleep(n_secs):

View File

@@ -1,4 +1,4 @@
# NOTE: Generated By HttpRunner v4.0.0-alpha
# NOTE: Generated By HttpRunner v4.0.0-beta
# FROM: testcases/demo_ref_testcase.yml

View File

@@ -1,4 +1,4 @@
# NOTE: Generated By HttpRunner v4.0.0-alpha
# NOTE: Generated By HttpRunner v4.0.0-beta
# FROM: testcases/demo_requests.yml

View File

@@ -1,3 +1,3 @@
package version
const VERSION = "v4.0.0-alpha"
const VERSION = "v4.0.0-beta"