From fd159fe48955881d041cb67c1e97e17d1f420191 Mon Sep 17 00:00:00 2001 From: Yaya-Cout Date: Tue, 29 Aug 2023 12:26:38 +0200 Subject: [PATCH] [bootloader] Update version number --- 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 3e443cf20fe..ba9da6ac669 100644 --- a/bootloader/interface/static/messages.h +++ b/bootloader/interface/static/messages.h @@ -72,7 +72,7 @@ class Messages { constexpr static const char * aboutMessage4 = "and select the OS"; constexpr static const char * aboutMessage5 = "to boot."; - constexpr static const char * bootloaderVersion = "Version 1.0.5 - FREED0M.20.4"; + constexpr static const char * bootloaderVersion = "Version 1.0.6 - FREED0M.21.1"; //USB NAMES constexpr static const char * usbUpsilonBootloader = "Upsilon Bootloader";