Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit e51b141

Browse files
author
Thomas von Dein
committed
bump version
1 parent 7af7304 commit e51b141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
const DefaultSeparator string = `(\s\s+|\t)`
31-
const Version string = "v1.5.1"
31+
const Version string = "v1.5.2"
3232
const MAXPARTS = 2
3333

3434
var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"

0 commit comments

Comments
 (0)