From 71920bc606bd0381291f2cbe9bc1aa24cc89a52e Mon Sep 17 00:00:00 2001 From: WenMing Date: Fri, 6 Sep 2019 17:15:45 +0800 Subject: [PATCH] release: changed version to 0.7. (#477) --- README.md | 2 +- README_CN.md | 2 +- lua/apisix/core/version.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97a8d03f85fa..27b340979a41 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_CN.md b/README_CN.md index 12b8f7a8360e..1116f56b6642 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 ``` 如果安装成功,就可以参考 [**快速上手**](#快速上手) 来进行体验。如果失败,欢迎反馈给我们。 diff --git a/lua/apisix/core/version.lua b/lua/apisix/core/version.lua index e51ef8b53559..a07dfeba2ef6 100644 --- a/lua/apisix/core/version.lua +++ b/lua/apisix/core/version.lua @@ -1,3 +1,3 @@ return { - VERSION = "0.7-beta" + VERSION = "0.7" }