add command runner util

This commit is contained in:
2026-01-31 16:56:18 -05:00
parent 7fc4498dd7
commit b1ef556eb5
4 changed files with 21 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.1"
const VERSION string = "1.2.0"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)