Skip to content

Commit 8c72287

Browse files
authored
feat: update version to 2.13.1 (#2659)
1 parent 19f642e commit 8c72287

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.13.0
1+
2.13.1

docs/en/latest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.0",
2+
"version": "2.13.1",
33
"sidebar": [
44
{
55
"type": "category",

docs/en/latest/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` to your configure file path.
4848

4949
```shell
5050
# 1. install RPM package
51-
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.13/apisix-dashboard-2.13-0.el7.x86_64.rpm
51+
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.13.1/apisix-dashboard-2.13.1-0.el7.x86_64.rpm
5252
```
5353

5454
### Launch

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisix-dashboard",
3-
"version": "2.13.0",
3+
"version": "2.13.1",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)