From 477635a1009cb35b425a2688c75332cc09a7cfd0 Mon Sep 17 00:00:00 2001
From: Erwin Ried <1091420+eried@users.noreply.github.com>
Date: Sat, 30 May 2020 01:42:08 +0200
Subject: [PATCH] Version bump

---
 firmware/application/ui_navigation.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firmware/application/ui_navigation.hpp b/firmware/application/ui_navigation.hpp
index 35ee2d7f..7d99e45b 100644
--- a/firmware/application/ui_navigation.hpp
+++ b/firmware/application/ui_navigation.hpp
@@ -109,7 +109,7 @@ public:
 	void set_title(const std::string new_value);
 
 private:
-	static constexpr auto default_title = "MAYHEM v1.0.2"; // TODO: Move the version somewhere
+	static constexpr auto default_title = "MAYHEM v1.0.3"; // TODO: Move the version somewhere
 	
 	NavigationView& nav_;
 
-- 
GitLab