From fde2fb1cc679ca8d320e953625dac923ff54d6c6 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Fri, 8 Sep 2023 17:38:43 -0400 Subject: [PATCH] Upgrade Syncthing to v1.24.0 --- scripts/install-syncthing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-syncthing.sh b/scripts/install-syncthing.sh index e286e30..47bc42a 100644 --- a/scripts/install-syncthing.sh +++ b/scripts/install-syncthing.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -oue pipefail -VERSION="v1.23.7" +VERSION="v1.24.0" BASE_URL="https://github.com/syncthing/syncthing/releases/download" FILENAME="syncthing-linux-amd64-${VERSION}.tar.gz" EXTRACTED_DIR="syncthing-linux-amd64-${VERSION}"