This is an automated email from the ASF dual-hosted git repository.

alinsran pushed a commit to branch release/3.9
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.9 by this push:
     new 135b4e276 docs: release APISIX 3.9.1 (#11193)
135b4e276 is described below

commit 135b4e2768957d6f8d036662d64ecadc5c3f5121
Author: AlinsRan <alins...@apache.org>
AuthorDate: Wed Apr 24 15:03:57 2024 +0800

    docs: release APISIX 3.9.1 (#11193)
---
 docs/en/latest/building-apisix.md | 2 +-
 docs/en/latest/config.json        | 2 +-
 docs/zh/latest/building-apisix.md | 2 +-
 docs/zh/latest/config.json        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/latest/building-apisix.md 
b/docs/en/latest/building-apisix.md
index f042bbabd..cbb165ea0 100644
--- a/docs/en/latest/building-apisix.md
+++ b/docs/en/latest/building-apisix.md
@@ -48,7 +48,7 @@ To build and package APISIX for a specific platform, see 
[apisix-build-tools](ht
 First of all, we need to specify the version `APISIX_VERSION` to be installed:
 
 ```shell
-APISIX_VERSION='3.9.0'
+APISIX_VERSION='3.9.1'
 ```
 
 Then, you can run the following command to clone the APISIX source code from 
Github:
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 72e5a62b0..d7cc1a14a 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": "3.9.0",
+  "version": "3.9.1",
   "sidebar": [
     {
       "type": "category",
diff --git a/docs/zh/latest/building-apisix.md 
b/docs/zh/latest/building-apisix.md
index 2d835db00..d34e6b8e3 100644
--- a/docs/zh/latest/building-apisix.md
+++ b/docs/zh/latest/building-apisix.md
@@ -47,7 +47,7 @@ import TabItem from '@theme/TabItem';
 首先,我们需要指定需要安装的版本`APISIX_VERSION`:
 
 ```shell
-APISIX_VERSION='3.9.0'
+APISIX_VERSION='3.9.1'
 ```
 
 然后,你可以运行以下命令,从 Github 克隆 APISIX 源码:
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index 3c3aa91a4..1af52dbe0 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": "3.9.0",
+  "version": "3.9.1",
   "sidebar": [
     {
       "type": "category",

Reply via email to