Bump version
This commit is contained in:
parent
31b7b66a31
commit
9801d5e255
|
@ -470,3 +470,8 @@
|
||||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.6)
|
* [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)
|
* 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
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.26.5",
|
"version": "1.26.6",
|
||||||
"upstreamVersion": "1.27.6",
|
"upstreamVersion": "1.27.7",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue