diff --git a/installations/syncthing.sh b/installations/syncthing.sh index a6ccbc6a..53e926ca 100644 --- a/installations/syncthing.sh +++ b/installations/syncthing.sh @@ -4,7 +4,7 @@ set -o nounset -o pipefail -o errexit install() { # renovate: datasource=github-releases depName=syncthing/syncthing - local SYNCTHING_VERSION="v1.27.9" + local SYNCTHING_VERSION="v1.27.10" local SYNCTHING_RELEASE SYNCTHING_RELEASE="syncthing-$(normalized_os "macos")-$(normalized_arch "amd64" "arm" "arm64")-${SYNCTHING_VERSION}"