Update package version to 1.34.2

This commit is contained in:
Package Updates 2025-02-06 09:06:13 +00:00
parent 3017db2ca3
commit b51354ea67
2 changed files with 7 additions and 1 deletions

View file

@ -1690,3 +1690,9 @@
* Move repo size to sidebar ([#​33155](https://github.com/go-gitea/gitea/issues/33155))
* Fix editor markdown not incrementing in a numbered list ([#​33187](https://github.com/go-gitea/gitea/issues/33187)) [#​33193](https://github.com/go-gitea/gitea/issues/33193)
[1.34.2]
* Update gitea to 1.23.3
* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.23.3)
* Build Gitea with Golang v1.23.6 to fix security bugs
* Fix a bug caused by status webhook template #33512

View file

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.34.1",
"version": "1.34.2",
"upstreamVersion": "1.23.3",
"healthCheckPath": "/explore",
"httpPort": 3000,