bump version

This commit is contained in:
2025-09-10 12:17:09 +02:00
parent 7af7304529
commit e51b141032

View File

@@ -28,7 +28,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.5.1"
const Version string = "v1.5.2"
const MAXPARTS = 2
var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"