patch: fix the back option for archives

This commit is contained in:
2026-01-03 16:51:16 -05:00
parent 50a45b6a82
commit 608a083861
2 changed files with 13 additions and 11 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.2.0"
const VERSION string = "0.2.1"
func Version() {
fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)