bump version to v4.0.0

This commit is contained in:
debugtalk
2022-05-03 11:31:05 +08:00
parent ed4aa4c5b7
commit ac2c14f7e8
43 changed files with 58 additions and 200 deletions
@@ -1,4 +1,4 @@
# NOTE: Generated By HttpRunner v4.0.0-beta
# NOTE: Generated By HttpRunner v4.0.0
# FROM: testcases/demo_ref_testcase.yml
@@ -43,7 +43,7 @@ class TestCaseDemoRefTestcase(HttpRunner):
.post("/post")
.with_headers(
**{
"User-Agent": "HttpRunner/${get_httprunner_version()}",
"User-Agent": "funplugin/${get_version()}",
"Content-Type": "application/x-www-form-urlencoded",
}
)