Skip to content

Commit 135b4e2

Browse files
authored
docs: release APISIX 3.9.1 (#11193)
1 parent 507f0a0 commit 135b4e2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/en/latest/building-apisix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To build and package APISIX for a specific platform, see [apisix-build-tools](ht
4848
First of all, we need to specify the version `APISIX_VERSION` to be installed:
4949

5050
```shell
51-
APISIX_VERSION='3.9.0'
51+
APISIX_VERSION='3.9.1'
5252
```
5353

5454
Then, you can run the following command to clone the APISIX source code from Github:

docs/en/latest/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.9.0",
2+
"version": "3.9.1",
33
"sidebar": [
44
{
55
"type": "category",

docs/zh/latest/building-apisix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import TabItem from '@theme/TabItem';
4747
首先,我们需要指定需要安装的版本`APISIX_VERSION`:
4848

4949
```shell
50-
APISIX_VERSION='3.9.0'
50+
APISIX_VERSION='3.9.1'
5151
```
5252

5353
然后,你可以运行以下命令,从 Github 克隆 APISIX 源码:

docs/zh/latest/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.9.0",
2+
"version": "3.9.1",
33
"sidebar": [
44
{
55
"type": "category",

0 commit comments

Comments
 (0)