From 79bf9af33015942770573f7c75c2fd5218e64833 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 19 Feb 2026 13:52:19 +0100 Subject: [PATCH] bump version --- cfg/config.go | 2 +- lib/printer_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/config.go b/cfg/config.go index c3a0a4e..5d2fb11 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -28,7 +28,7 @@ import ( ) const ( - Version = "v1.6.0" + Version = "v1.6.1" MAXPARTS = 2 ) diff --git a/lib/printer_test.go b/lib/printer_test.go index 3525d67..5491f6d 100644 --- a/lib/printer_test.go +++ b/lib/printer_test.go @@ -1,5 +1,5 @@ /* -Copyright © 2022 Thomas von Dein +Copyright © 2022-2026 Thomas von Dein This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by