diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-syncthing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-syncthing.sh b/scripts/get-syncthing.sh index 2cbd8ac..54ca7e1 100755 --- a/scripts/get-syncthing.sh +++ b/scripts/get-syncthing.sh @@ -1,7 +1,7 @@ #!/bin/bash # Configurable variables -[ -z "$SYNCTHING_VERSION" ] && SYNCTHING_VERSION=0.14.25 +[ -z "$SYNCTHING_VERSION" ] && SYNCTHING_VERSION=0.14.28 # FIXME: temporary HACK while waiting merge of #165 #[ -z "$SYNCTHING_INOTIFY_VERSION" ] && SYNCTHING_INOTIFY_VERSION=0.8.5 |