diff --git a/firmware/application/ui_navigation.hpp b/firmware/application/ui_navigation.hpp index 9e632082..35ee2d7f 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.1"; // TODO: Move the version somewhere + static constexpr auto default_title = "MAYHEM v1.0.2"; // TODO: Move the version somewhere NavigationView& nav_;