From a455f6b79a9e5ea88ed73a8320f339224f9243b9 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 30 Jan 2025 17:31:56 +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 172012b..93f026d 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -28,7 +28,7 @@ import ( ) const DefaultSeparator string = `(\s\s+|\t)` -const Version string = "v1.3.1" +const Version string = "v1.3.2" const MAXPARTS = 2 var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"