fes

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

commit 629fd06be00d62a73b369f69d4d056007d95b581
parent bedcfe781d63cc384cfbb73d3951c2f6afd1d6e3
Author: vx-clutch <[email protected]>
Date:   Thu,  1 Jan 2026 23:06:30 -0500

exit beta

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 = "beta" +const VERSION string = "0.1.0" func Version() { fmt.Printf("%s version %s\n", PROGRAM_NAME_LONG, VERSION)