mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
bump version to v4.0.0-beta
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user