Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit d6c65bf

Browse files
committed
bump version to v0.8.0
1 parent a342708 commit d6c65bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cli/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# install hrp with one shell command
33
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
44

5-
LATEST_VERSION="v0.8.0-beta"
5+
LATEST_VERSION="v0.8.0"
66

77
set -e
88

Diff for: internal/version/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const VERSION = "v0.8.0-beta"
3+
const VERSION = "v0.8.0"

0 commit comments

Comments
 (0)