From 15af4bc1d0067997d0064ae411100e3a7d001482 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 30 Apr 2025 22:19:46 -0400 Subject: [PATCH] Support the latest released boot version --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 569e299..9b432e8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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");