We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6197df3 commit 7a8ec28Copy full SHA for 7a8ec28
installations/syncthing.sh
@@ -4,7 +4,7 @@ set -o nounset -o pipefail -o errexit
4
5
install() {
6
# renovate: datasource=github-releases depName=syncthing/syncthing
7
- local SYNCTHING_VERSION="v1.27.10"
+ local SYNCTHING_VERSION="v1.27.11"
8
9
local SYNCTHING_RELEASE
10
SYNCTHING_RELEASE="syncthing-$(normalized_os "macos")-$(normalized_arch "amd64" "arm" "arm64")-${SYNCTHING_VERSION}"
0 commit comments