rewrite server module

This commit is contained in:
2026-01-16 16:08:10 -05:00
parent bfb5725880
commit 7e3af14059
6 changed files with 437 additions and 8 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.3.1"
const VERSION string = "1.0.0"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)