1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-02 11:07:45 +00:00

Support the latest released boot version

This commit is contained in:
Joshua Goins 2025-04-30 22:19:46 -04:00
parent 029c161e54
commit 15af4bc1d0

View file

@ -42,7 +42,7 @@ const GAME_VERSION: u16 = 7000;
pub const RECEIVE_BUFFER_SIZE: usize = 32000;
/// Supported boot version.
pub const SUPPORTED_BOOT_VERSION: Version = Version("2025.01.10.0000.0001");
pub const SUPPORTED_BOOT_VERSION: Version = Version("2025.04.25.0000.0001");
/// Supported game version.
pub const SUPPORTED_GAME_VERSION: Version = Version("2025.04.16.0000.0000");