From cc59586ceed43e1453ec04fc79252f8c6a192e0a Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 19 Jan 2026 13:57:55 +0100 Subject: [PATCH] bump version --- cfg/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/config.go b/cfg/config.go index c7c5c91..c3a0a4e 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -28,7 +28,7 @@ import ( ) const ( - Version = "v1.5.12" + Version = "v1.6.0" MAXPARTS = 2 )