From e2b82515f5e7c01eeacd6dde0f527f8541746620 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 28 Aug 2025 21:09:32 +0200 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 04ad989..9eaf6ac 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -28,7 +28,7 @@ import ( ) const DefaultSeparator string = `(\s\s+|\t)` -const Version string = "v1.4.4" +const Version string = "v1.5.0" const MAXPARTS = 2 var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"