change logging format

This commit is contained in:
2026-01-03 09:53:07 -05:00
parent 5192919645
commit 19752a0c89
5 changed files with 32 additions and 2 deletions

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.1.0"
const VERSION string = "0.2.0"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)