logger now external package and some chages

This commit is contained in:
2026-01-28 17:40:56 +03:00
parent 601eb99b9b
commit 4bee2e5168
8 changed files with 49 additions and 431 deletions

View File

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