From 091e5c6adab900228fc9703f063fc4c34fc8ed82 Mon Sep 17 00:00:00 2001 From: thealhu Date: Thu, 25 Apr 2024 22:21:26 +0200 Subject: [PATCH] UNLEASHED 0.0.7a --- src/graphics/Screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 54c1c9265f..85776d9607 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -127,7 +127,7 @@ static void drawIconScreen(const char *upperMsg, OLEDDisplay *display, OLEDDispl display->setFont(FONT_SMALL); display->setTextAlignment(TEXT_ALIGN_LEFT); - const char *title = "UNLEASHED 0.0.6b"; + const char *title = "UNLEASHED 0.0.7a"; display->drawString(x + getStringCenteredX(title), y + SCREEN_HEIGHT - FONT_HEIGHT_MEDIUM, title); display->setFont(FONT_SMALL);