fix back on archive

This commit is contained in:
2026-01-16 16:46:46 -05:00
parent 746da2e21f
commit 81ab5b252b
2 changed files with 2 additions and 13 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 = "1.0.0"
const VERSION string = "1.0.1"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)