bump version

This commit is contained in:
2025-08-28 21:09:32 +02:00
parent 1976b4046e
commit e2b82515f5

View File

@@ -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"