update 1.26.2 (#424)

Reviewed-on: https://gitea.com/gitea/docs/pulls/424
Reviewed-by: Nicolas <[email protected]>
This commit is contained in:
Lunny Xiao
2026-05-20 21:59:25 +00:00
parent 8b31adbc6f
commit 21aad7f5d1
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -82,11 +82,11 @@ const globalVariables = {
goVersion: "1.26",
minGoVersion: "1.26",
minNodeVersion: "22",
version: "1.26.1",
sourceVersion: "v1.26.1",
version: "1.26.2",
sourceVersion: "v1.26.2",
sourceBranch: "release/v1.26",
dockerVersion: "1.26.1",
displayVersion: "1.26.1",
dockerVersion: "1.26.2",
displayVersion: "1.26.2",
},
"1.25": {
goVersion: "1.25",
@@ -413,7 +413,7 @@ const config = {
position: "right",
items: [
{ to: "/api/next/", label: "1.27-dev" },
{ to: "/api/1.26/", label: "1.26.1" },
{ to: "/api/1.26/", label: "1.26.2" },
{ to: "/api/1.25/", label: "1.25.5" },
{ to: "/api/1.24/", label: "1.24.7" },
{ to: "/api/1.23/", label: "1.23.8" },