From d6831e46bfbbc61cada235d1786d8435890f3aa5 Mon Sep 17 00:00:00 2001 From: Yaya-Cout Date: Sun, 29 Dec 2024 12:01:21 +0100 Subject: [PATCH] [bootloader] Change to version 1.1.0 - RECOVER --- bootloader/interface/static/messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/interface/static/messages.h b/bootloader/interface/static/messages.h index ab784a580..19ecb3e87 100644 --- a/bootloader/interface/static/messages.h +++ b/bootloader/interface/static/messages.h @@ -81,7 +81,7 @@ public: constexpr static const char * aboutMessage4 = "and select the OS"; constexpr static const char * aboutMessage5 = "to boot."; - constexpr static const char * bootloaderVersion = "Version 1.0.13 - FREED0M.24.0.1"; + constexpr static const char * bootloaderVersion = "Version 1.1.0 - RECOVER"; //USB NAMES constexpr static const char * usbUpsilonBootloader = "NumWorks Calculator";