1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-17 13:47:44 +00:00

Update supported patch version to 7.21

This commit is contained in:
Joshua Goins 2025-04-22 18:46:17 -04:00
parent d89a976c78
commit 0e31cc047d

View file

@ -45,14 +45,14 @@ pub const RECEIVE_BUFFER_SIZE: usize = 32000;
pub const SUPPORTED_BOOT_VERSION: Version = Version("2025.01.10.0000.0001");
/// Supported game version.
pub const SUPPORTED_GAME_VERSION: Version = Version("2025.03.27.0000.0000");
pub const SUPPORTED_GAME_VERSION: Version = Version("2025.04.16.0000.0000");
const SUPPORTED_EXPAC_VERSIONS: [(&str, Version); 5] = [
("ex1", Version("2025.03.27.0000.0000")),
("ex2", Version("2025.03.27.0000.0000")),
("ex3", Version("2025.03.27.0000.0000")),
("ex4", Version("2025.03.27.0000.0000")),
("ex5", Version("2025.03.27.0000.0000")),
("ex1", Version("2025.04.10.0000.0000")),
("ex2", Version("2025.04.10.0000.0000")),
("ex3", Version("2025.04.16.0000.0000")),
("ex4", Version("2025.04.16.0000.0000")),
("ex5", Version("2025.04.16.0000.0000")),
];
/// Supported expansion versions.