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 466093e39b - Show all commits
+3 -3
View File
@@ -1,8 +1,8 @@
package utils package utils
const ( const (
VersionString = "0.6.2" VersionString = "0.7.1"
VersionMajor = 0 VersionMajor = 0
VersionMinor = 6 VersionMinor = 7
VersionPatch = 2 VersionPatch = 1
) )