Skip to content

Commit

Permalink
release: changed version to 0.7. (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonming authored Sep 6, 2019
1 parent 8b01b0f commit 71920bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sudo yum-config-manager --add-repo https://openresty.org/package/centos/openrest
sudo yum install -y openresty etcd
sudo service etcd start

sudo yum install -y https://github.com/iresty/apisix/releases/download/v0.6/apisix-0.6-0.el7.noarch.rpm
sudo yum install -y https://github.com/iresty/apisix/releases/download/v0.7/apisix-0.7-0.el7.noarch.rpm
```

You can try APISIX with the [**Quickstart**](#quickstart) now.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sudo yum-config-manager --add-repo https://openresty.org/package/centos/openrest
sudo yum install -y openresty etcd
sudo service etcd start

sudo yum install -y https://github.com/iresty/apisix/releases/download/v0.6/apisix-0.6-0.el7.noarch.rpm
sudo yum install -y https://github.com/iresty/apisix/releases/download/v0.7/apisix-0.7-0.el7.noarch.rpm
```

如果安装成功,就可以参考 [**快速上手**](#快速上手) 来进行体验。如果失败,欢迎反馈给我们。
Expand Down
2 changes: 1 addition & 1 deletion lua/apisix/core/version.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
return {
VERSION = "0.7-beta"
VERSION = "0.7"
}

0 comments on commit 71920bc

Please sign in to comment.