Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Jan 30, 2025
1 parent 2c08687 commit a455f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a455f6b

Please sign in to comment.