bump version

This commit is contained in:
Cassandra Heart 2024-12-09 05:45:23 -06:00
parent b49ba62d9a
commit 3891468562
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -17,11 +17,11 @@ func GetMinimumPatchVersion() byte {
}
func GetMinimumVersion() []byte {
return []byte{0x02, 0x00, 0x05}
return []byte{0x02, 0x01, 0x00}
}
func GetVersion() []byte {
return []byte{0x02, 0x00, 0x05}
return []byte{0x02, 0x01, 0x00}
}
func GetVersionString() string {