Bump version

This commit is contained in:
Johannes Zellner 2024-05-08 13:37:50 +02:00
parent 31b7b66a31
commit 9801d5e255
2 changed files with 7 additions and 2 deletions

View File

@ -470,3 +470,8 @@
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.6)
* lib/db: Drop indexes for outgoing data to force refresh (ref #9496) (#9502)
[1.26.6]
* Update Syncthing to 1.27.7
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.7)
* #9503: lib/nat: panic: runtime error: index out of range

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "1.26.5",
"upstreamVersion": "1.27.6",
"version": "1.26.6",
"upstreamVersion": "1.27.7",
"healthCheckPath": "/healthcheck",
"httpPort": 8000,
"addons": {