This is an automated email from the ASF dual-hosted git repository.
yilinzeng 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 d14c2ab1e5a feat: release APISIX 3.2.2 (#1653)
d14c2ab1e5a is described below
commit d14c2ab1e5af2c08ef6f4c63bd48b0c214f30e10
Author: Xin Rong <[email protected]>
AuthorDate: Wed Jul 26 22:09:46 2023 +0800
feat: release APISIX 3.2.2 (#1653)
---
config/downloads.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/downloads.js b/config/downloads.js
index 63eae801bf4..8f1fae6ea70 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -10,9 +10,9 @@ module.exports = [
downloadPath: 'apisix/3.4.1/apache-apisix-3.4.1-src',
dockerhubPath: 'apisix',
version: '3.4.1',
- LTSDownloadPath: 'apisix/3.2.1/apache-apisix-3.2.1-src',
- LTSVersion: '3.2.1',
- releaseDate: '2023-07-21',
+ LTSDownloadPath: 'apisix/3.2.2/apache-apisix-3.2.2-src',
+ LTSVersion: '3.2.2',
+ releaseDate: '2023-07-23',
firstDocPath: '/getting-started',
},
{