This is an automated email from the ASF dual-hosted git repository.
young 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 bfb33c12b65 feat: release APISIX 3.2.1 (#1602)
bfb33c12b65 is described below
commit bfb33c12b6564b13af317122fa29b8e70cce4533
Author: leslie <[email protected]>
AuthorDate: Fri Jun 2 09:26:15 2023 +0800
feat: release APISIX 3.2.1 (#1602)
---
config/downloads.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config/downloads.js b/config/downloads.js
index a965a24bcb4..3469769aa4c 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -10,9 +10,9 @@ module.exports = [
downloadPath: 'apisix/3.3.0/apache-apisix-3.3.0-src',
dockerhubPath: 'apisix',
version: '3.3.0',
- LTSDownloadPath: 'apisix/3.2.0/apache-apisix-3.2.0-src',
- LTSVersion: '3.2.0',
- releaseDate: '2023-04-30',
+ LTSDownloadPath: 'apisix/3.2.1/apache-apisix-3.2.1-src',
+ LTSVersion: '3.2.1',
+ releaseDate: '2023-05-31',
firstDocPath: '/getting-started',
},
{