You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gu...@apache.org on 2022/11/08 01:35:47 UTC

[apisix-dashboard] branch release/2.13 updated: feat: update version to 2.13.1 (#2659)

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

guoqi pushed a commit to branch release/2.13
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/release/2.13 by this push:
     new 8c722870b feat: update version to 2.13.1 (#2659)
8c722870b is described below

commit 8c722870b0aff28aa1a579991cd4ca8bbbfc06f6
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Tue Nov 8 09:35:42 2022 +0800

    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 fb2c0766b..94f15e9cc 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 09a20403e..dd7f6e94d 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 c9e8b53d9..5977de1e1 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` 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 38f113867..a91b6ab66 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": {