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 434638a61d - Show all commits
+2 -2
View File
@@ -1,8 +1,8 @@
package utils
const (
VersionString = "0.6.0"
VersionString = "0.6.1"
VersionMajor = 0
VersionMinor = 6
VersionPatch = 0
VersionPatch = 1
)