fix root for the '.' case

This commit is contained in:
2026-01-26 18:19:05 -05:00
parent 0994a28e77
commit 73b2ad0f11
2 changed files with 12 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 = "1.1.0"
const VERSION string = "1.1.1"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)