diff --git a/firmware/application/ui_navigation.hpp b/firmware/application/ui_navigation.hpp
index e37765920d1e2dcdaf6f573a0d622452b7462fbd..c5e7d1f86f27fa990f28e5a79fe697974a8b4d77 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.1.0"; // TODO: Move the version somewhere
+	static constexpr auto default_title = "MAYHEM v1.1.1"; // TODO: Move the version somewhere
 	
 	NavigationView& nav_;