diff --git a/.gitea/workflows/update_swagger.yaml b/.gitea/workflows/update_swagger.yaml index 14d85ef7..82987bce 100644 --- a/.gitea/workflows/update_swagger.yaml +++ b/.gitea/workflows/update_swagger.yaml @@ -16,7 +16,7 @@ jobs: sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl mv v1_json.tmpl static/swagger-latest.json - for ver in '1.24.4' '1.23.8' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do + for ver in '1.24.5' '1.23.8' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do wget https://raw.githubusercontent.com/go-gitea/gitea/refs/tags/v${ver}/templates/swagger/v1_json.tmpl sed -i "$@" "s|\"version\": \"{{AppVer \| JSEscape}}\"|\"version\": \"${ver}\"|" v1_json.tmpl sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl diff --git a/docusaurus.config.js b/docusaurus.config.js index a2982b77..5d344499 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -86,11 +86,11 @@ const globalVariables = { goVersion: "1.24", minGoVersion: "1.24", minNodeVersion: "22", - version: "1.24.4", + version: "1.24.5", sourceVersion: "v1.24.0", sourceBranch: "release/v1.24", - dockerVersion: "1.24.4", - displayVersion: "1.24.4", + dockerVersion: "1.24.5", + displayVersion: "1.24.5", }, 1.23: { goVersion: "1.23", @@ -427,7 +427,7 @@ const config = { position: "right", items: [ { to: "/api/next/", label: "1.25-dev" }, - { to: "/api/1.24/", label: "1.24.4" }, + { to: "/api/1.24/", label: "1.24.5" }, { to: "/api/1.23/", label: "1.23.8" }, { to: "/api/1.22/", label: "1.22.6" }, { to: "/api/1.21/", label: "1.21.11" },