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 44267b3a793 release: apisix 3.3 docs (#1576) 44267b3a793 is described below commit 44267b3a79325101c80b369401191f2c89a4f84d Author: Young <isk...@outlook.com> AuthorDate: Sat May 6 16:15:26 2023 +0800 release: apisix 3.3 docs (#1576) --- 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 2c66a39f978..fd5dad677d5 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', '3.0', '3.1', '3.2']; +const versions = ['2.12', '2.13', '2.14', '2.15', '3.0', '3.1', '3.2', '3.3']; /** * @type {Array<string>} LTS version list