Moved version package

This commit is contained in:
phoenix
2025-10-29 19:51:25 -04:00
parent a7a9587e00
commit 592c51c950
+7
View File
@@ -0,0 +1,7 @@
package version
var (
Version = "dev"
Commit = "none"
Date = "unknown"
)