From 8c722870b0aff28aa1a579991cd4ca8bbbfc06f6 Mon Sep 17 00:00:00 2001 From: Zeping Bai Date: Tue, 8 Nov 2022 09:35:42 +0800 Subject: [PATCH] feat: update version to 2.13.1 (#2659) --- api/VERSION | 2 +- docs/en/latest/config.json | 2 +- docs/en/latest/install.md | 2 +- web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/VERSION b/api/VERSION index fb2c0766b7..94f15e9cc3 100644 --- a/api/VERSION +++ b/api/VERSION @@ -1 +1 @@ -2.13.0 +2.13.1 diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json index 09a20403e6..dd7f6e94dc 100644 --- a/docs/en/latest/config.json +++ b/docs/en/latest/config.json @@ -1,5 +1,5 @@ { - "version": "2.13.0", + "version": "2.13.1", "sidebar": [ { "type": "category", diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md index c9e8b53d99..5977de1e10 100644 --- a/docs/en/latest/install.md +++ b/docs/en/latest/install.md @@ -48,7 +48,7 @@ Please replace `` to your configure file path. ```shell # 1. install RPM package -sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.13/apisix-dashboard-2.13-0.el7.x86_64.rpm +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 ``` ### Launch diff --git a/web/package.json b/web/package.json index 38f1138676..a91b6ab66f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "apisix-dashboard", - "version": "2.13.0", + "version": "2.13.1", "private": true, "description": "Dashboard for Apache APISIX", "scripts": {