diff --git a/syncthing/Info.plist b/syncthing/Info.plist
index ad3cbef..e04288f 100644
--- a/syncthing/Info.plist
+++ b/syncthing/Info.plist
@@ -19,9 +19,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.27.8-1
+ 1.27.10-1
CFBundleVersion
- 102700801
+ 102701001
LSApplicationCategoryType
public.app-category.utilities
LSMinimumSystemVersion
diff --git a/syncthing/Scripts/syncthing-resource.sh b/syncthing/Scripts/syncthing-resource.sh
index a0715f5..60d0e28 100755
--- a/syncthing/Scripts/syncthing-resource.sh
+++ b/syncthing/Scripts/syncthing-resource.sh
@@ -2,7 +2,7 @@
set -euo pipefail
# Download and unpack syncthing into ${PRODUCT_NAME}.app/Contents/Resources
-SYNCTHING_VERSION="1.27.8"
+SYNCTHING_VERSION="1.27.10"
SYNCTHING_DIST_URL="https://github.com/syncthing/syncthing/releases/download"
SYNCTHING_TARBALL_URL="${SYNCTHING_DIST_URL}/v${SYNCTHING_VERSION}/syncthing-macos-universal-v${SYNCTHING_VERSION}.zip"