1.27.1 (gitea/docs#476)

Co-authored-by: Lunny Xiao <[email protected]>
This commit is contained in:
Lunny Xiao
2026-07-28 17:27:12 +00:00
committed by techknowlogick
parent 31c6782d0c
commit a7e2060a6a
3 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -86,11 +86,11 @@ const globalVariables = {
goVersion: "1.26",
minGoVersion: "1.26",
minNodeVersion: "24",
version: "1.27.0",
sourceVersion: "v1.27.0",
version: "1.27.1",
sourceVersion: "v1.27.1",
sourceBranch: "release/v1.27",
dockerVersion: "1.27.0",
displayVersion: "1.27.0",
dockerVersion: "1.27.1",
displayVersion: "1.27.1",
},
"1.26": {
goVersion: "1.26",
@@ -434,7 +434,7 @@ const config = {
position: "right",
items: [
{ to: "/api/next/", label: "1.28-dev" },
{ to: "/api/1.27/", label: "1.27.0" },
{ to: "/api/1.27/", label: "1.27.1" },
{ to: "/api/1.26/", label: "1.26.4" },
{ to: "/api/1.25/", label: "1.25.5" },
{ to: "/api/1.24/", label: "1.24.7" },