bump version to v0.8.0

This commit is contained in:
debugtalk
2022-03-22 11:59:48 +08:00
parent 26d00eab1d
commit f8113ea364
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# install hrp with one shell command
# bash -c "$(curl -ksSL https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh)"
LATEST_VERSION="v0.8.0-beta"
LATEST_VERSION="v0.8.0"
set -e

View File

@@ -1,3 +1,3 @@
package version
const VERSION = "v0.8.0-beta"
const VERSION = "v0.8.0"