diff --git a/firmware/application/ui_navigation.hpp b/firmware/application/ui_navigation.hpp
index 35ee2d7f2ea0562a05e47867f4c04df87507b402..7d99e45befbccc87546c5c987b9bf27635d0c982 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_;