bump version and add current go versions for testing

This commit is contained in:
2024-09-25 18:52:47 +02:00
parent 383b5db47e
commit 30f4b67538
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.2.0"
const Version string = "v1.2.1"
const MAXPARTS = 2
var DefaultLoadPath = os.Getenv("HOME") + "/.config/tablizer/lisp"