You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2023/05/09 08:56:51 UTC

[apisix-website] branch master updated: fix: apisix LTS version in nav (#1580)

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

juzhiyuan 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 bb0ef640922 fix: apisix LTS version in nav  (#1580)
bb0ef640922 is described below

commit bb0ef64092299de28f26eebce00a065f08e15dd0
Author: Young <is...@outlook.com>
AuthorDate: Tue May 9 16:56:45 2023 +0800

    fix: apisix LTS version in nav  (#1580)
---
 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 fd5dad677d5..09d80fd2d83 100644
--- a/config/apisix-versions.js
+++ b/config/apisix-versions.js
@@ -8,7 +8,7 @@ const versions = ['2.12', '2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3'];
 /**
  * @type {Array<string>} LTS version list
  */
-const LTSVersions = ['2.15'];
+const LTSVersions = ['3.2'];
 
 /**
  * @type {{[origin: string]: string}} version display name mapping to origin name