version bump

This commit is contained in:
Cassandra Heart 2024-11-13 06:08:10 -06:00
parent b0a87b2fe4
commit f7a99053f4
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
}