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:
parent
029c161e54
commit
15af4bc1d0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue