2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 16:52:03 +00:00

chore: change back release to moonflower

This commit is contained in:
sammyette 2025-06-16 17:16:45 -04:00
parent 548de98551
commit eb630b2de0
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -12,7 +12,7 @@ var (
// Version info // Version info
var ( var (
ver = "v3.0.0" ver = "v3.0.0"
releaseName = "Hyacinth" releaseName = "Moonflower"
gitCommit string gitCommit string
gitBranch string gitBranch string
@ -26,4 +26,3 @@ var (
noexecute bool // Should we run Lua or only report syntax errors noexecute bool // Should we run Lua or only report syntax errors
initialized bool initialized bool
) )