bump patch number

This commit is contained in:
Cassandra Heart 2024-10-31 19:52:23 -05:00
parent 9201ccbcd9
commit 21c7e2d309
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

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