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 fb81bb91bd - Show all commits
+2 -2
View File
@@ -1,9 +1,9 @@
package utils
const (
VersionString = "1.0.0-beta.19"
VersionString = "1.0.0-beta.20"
VersionMajor = 1
VersionMinor = 0
VersionPatch = 0
VersionBeta = 19
VersionBeta = 20
)