This commit is contained in:
2026-01-28 16:31:02 +03:00
parent 05dadc3de3
commit 8f8182039d
9 changed files with 0 additions and 0 deletions

View File

@@ -1,12 +0,0 @@
package laniakea
import "os"
const (
VersionString = "0.2.0"
VersionMajor = 0
VersionMinor = 2
VersionPatch = 0
)
var GoVersion = os.Getenv("GoV")