release 0.3.0

This commit is contained in:
2026-01-04 16:27:49 -05:00
parent 0a0b1fa8c3
commit 85bd564164

View File

@@ -9,7 +9,7 @@ var gitCommit string = "devel"
const PROGRAM_NAME string = "fes"
const PROGRAM_NAME_LONG string = "fes/fSD"
const VERSION string = "0.2.1"
const VERSION string = "0.3.0"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)