From 687b1187d1ace73158068a060f65a1ef78d1f728 Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Sun, 24 May 2020 23:37:27 +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 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_; -- GitLab