From 4db1b5efb37f8c20735b87834b581750350e886a Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 7 May 2024 10:56:20 +0200 Subject: [PATCH] Update to syncthing v1.27.6. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65b7a32..d7f725d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ARCH=arm -VERSION=1.23.4 +VERSION=1.27.6 SRC := $(shell find src -type f | tail -n+2) SRC_REL := $(shell cd src && find ./ -type f)