This is an automated email from the ASF dual-hosted git repository.
juzhiyuan 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 7dd0ea2a57b chore: release apisix version 3.2 docs (#1521)
7dd0ea2a57b is described below
commit 7dd0ea2a57bf674d157a9bd3d33c1b79cb1f5684
Author: Young <[email protected]>
AuthorDate: Mon Mar 6 17:40:28 2023 +0800
chore: release apisix version 3.2 docs (#1521)
---
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 9679be26659..2c66a39f978 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', '3.0', '3.1'];
+const versions = ['2.12', '2.13', '2.14', '2.15', '3.0', '3.1', '3.2'];
/**
* @type {Array<string>} LTS version list