You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sy...@apache.org on 2022/09/28 06:26:48 UTC

[apisix-website] branch master updated: fix: update version list (#1348)

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

sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 824e93aba13 fix: update version list (#1348)
824e93aba13 is described below

commit 824e93aba1305445a90e6fa6a21be3f622bc3356
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Sep 28 14:26:43 2022 +0800

    fix: update version list (#1348)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 config/apisix-versions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/apisix-versions.js b/config/apisix-versions.js
index f02a29ecbeb..9ea6d31a327 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -3,7 +3,7 @@
 /**
  * @type {Array<string>} version list
  */
-const versions = ['2.12', '2.13', '2.14', '2.15'];
+const versions = ['2.12', '2.13', '2.14', '2.15', '2.99'];
 
 /**
  * @type {Array<string>} LTS version list