This is an automated email from the ASF dual-hosted git repository. young pushed a commit to branch SkyeYoung-patch-2 in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit 726147cf101d54bed1e223dd5c5feb93c06fad67 Author: Young <[email protected]> AuthorDate: Mon May 8 10:40:05 2023 +0800 Update apisix-versions.js --- 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..a6c71a252e5 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.3']; /** * @type {{[origin: string]: string}} version display name mapping to origin name
