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

Commit

Permalink
bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Mar 28, 2022
1 parent a342708 commit d6c65bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion internal/version/init.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

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

0 comments on commit d6c65bf

Please sign in to comment.