update api to use "blocks" for future protocols

This commit is contained in:
2026-02-13 21:40:08 -05:00
parent ac30aea1fa
commit 4bd920b09f
4 changed files with 246 additions and 510 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.2.0"
const VERSION string = "2.0.0"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)