REPOSITORY / ScuroNeko/Laniakea

Pull Requests

PULL REQUESTS REPOSITORY

v1.0.0 #9

Merged
ScuroNeko merged 101 commits from dev into main 2026-05-20 13:43:34 +03:00
Showing only changes of commit f0da64c7af - Show all commits
+2 -2
View File
@@ -1,9 +1,9 @@
package utils
const (
VersionString = "1.0.0-rc.8"
VersionString = "1.0.0-rc.9"
VersionMajor = 1
VersionMinor = 0
VersionPatch = 0
VersionBeta = 8
VersionBeta = 9
)