fes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 85bd56416402f6924e2c365e2d817014c791cb75
parent 0a0b1fa8c3dfccc86f8a2ebb7472266e93dd4941
Author: vx-clutch <[email protected]>
Date:   Sun,  4 Jan 2026 16:27:49 -0500

release 0.3.0

Diffstat:
Mmodules/version/version.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/version/version.go b/modules/version/version.go @@ -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.1" +const VERSION string = "0.3.0" func Version() { fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)