This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1cbfffc3a5f docs: update apisix 3.0 version doc label (#1391)
1cbfffc3a5f is described below
commit 1cbfffc3a5f295f969e4bb99cebaa07c007b8800
Author: Fei Han <[email protected]>
AuthorDate: Wed Nov 2 17:52:11 2022 +0800
docs: update apisix 3.0 version doc label (#1391)
---
config/apisix-versions.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/apisix-versions.js b/config/apisix-versions.js
index 13766f9f34f..457b70ea9e2 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -3,7 +3,7 @@
/**
* @type {Array<string>} version list
*/
-const versions = ['2.12', '2.13', '2.14', '2.15', '2.99'];
+const versions = ['2.12', '2.13', '2.14', '2.15', '3.0'];
/**
* @type {Array<string>} LTS version list