From c6ae581893f68b877caa7a40edbf680600021467 Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 7 Jan 2025 20:35:25 +0100 Subject: [PATCH] chore: bump syncthing version to 1.29.0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4554f0c..6c39d7f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ARCH=arm -VERSION=1.27.6 +VERSION=1.29.0 CCPREFIX=arm-linux-gnueabihf- SRC := $(shell find src -type f | tail -n+2)