1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-23 21:37:35 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Girish Ramakrishnan
3a5d4f6db9 Version 1.22.5-1 2023-06-07 16:26:43 +05:30
Girish Ramakrishnan
a528e3875a Fix tricky version numbers 2023-06-07 16:26:04 +05:30
2 changed files with 3 additions and 3 deletions

View File

@@ -371,13 +371,13 @@
* #8828: cmd/stdiscosrv: TestDatabaseGetSet flake * #8828: cmd/stdiscosrv: TestDatabaseGetSet flake
[1.22.4] [1.22.4]
* Update Syncthing to 2.23.4 * Update Syncthing to 1.23.4
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.4) * [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.4)
* lib/syncthing: Handle successful global migration (fixes #8851) (#8852) * lib/syncthing: Handle successful global migration (fixes #8851) (#8852)
* lib/syncthing: Handle successfull global migration (fixes #8851) * lib/syncthing: Handle successfull global migration (fixes #8851)
[1.22.5] [1.22.5]
* Update Syncthing to 2.23.5 * Update Syncthing to 1.23.5
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.5) * [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.5)
* gui: Avoid code generating HTML (#8923) * gui: Avoid code generating HTML (#8923)

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization", "tagline": "Decentralized file synchronization",
"version": "1.22.5", "version": "1.22.5-1",
"upstreamVersion": "1.23.5", "upstreamVersion": "1.23.5",
"healthCheckPath": "/healthcheck", "healthCheckPath": "/healthcheck",
"httpPort": 8000, "httpPort": 8000,