upgrade to 1.23.1 (#148)

Reviewed-on: https://gitea.com/gitea/docs/pulls/148
Co-authored-by: Lunny Xiao <[email protected]>
Co-committed-by: Lunny Xiao <[email protected]>
This commit is contained in:
Lunny Xiao
2025-01-10 18:58:33 +00:00
committed by Lunny Xiao
parent a9fdbab409
commit 1ddf6a1822
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
rm v1_json.tmpl
wget https://github.com/go-gitea/gitea/blob/v1.23.0/templates/swagger/v1_json.tmpl
sed -i "$@" 's/"version": "{{AppVer | JSEscape}}"/"version": "1.23.0"/' static/swagger-23.json
sed -i "$@" 's/"version": "{{AppVer | JSEscape}}"/"version": "1.23.1"/' static/swagger-23.json
rm v1_json.tmpl
if ! [[ $(git diff --shortstat) ]]; then exit 0; fi