bump version to v4.0.0-beta

This commit is contained in:
debugtalk
2022-04-24 21:00:15 +08:00
parent 55cb328ec1
commit f7511848a5
30 changed files with 31 additions and 179 deletions
@@ -42,7 +42,7 @@ func TeardownHookExample(args string) string {
}
func GetVersion() string {
return "v4.0.0-alpha"
return "v4.0.0-beta"
}
func main() {
@@ -6,7 +6,7 @@ import funppy
def get_httprunner_version():
return "v4.0.0-alpha"
return "v4.0.0-beta"
def sleep(n_secs):
@@ -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
@@ -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
+1 -1
View File
@@ -1,3 +1,3 @@
package version
const VERSION = "v4.0.0-alpha"
const VERSION = "v4.0.0-beta"