This commit is contained in:
Cassandra Heart 2024-10-12 12:39:39 -07:00
parent b4051ccbc9
commit 2f03d021c7
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -36,5 +36,5 @@ func FormatVersion(version []byte) string {
} }
func GetPatchNumber() byte { func GetPatchNumber() byte {
return 0x01 return 0x00
} }