From e6c5b3ede5aace7ea6179c28befa2ea6f64bbc2b Mon Sep 17 00:00:00 2001 From: eried <1091420+eried@users.noreply.github.com> Date: Sun, 28 Jun 2020 21:43:22 +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 e3776592..c5e7d1f8 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_;