Merge branch 'v2.0.3-p4' into develop

This commit is contained in:
Cassandra Heart 2024-11-13 06:08:17 -06:00
commit d5f971354c
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -36,9 +36,9 @@ func FormatVersion(version []byte) string {
}
func GetPatchNumber() byte {
return 0x03
return 0x04
}
func GetRCNumber() byte {
return 0x09
return 0x0a
}