From c80ea840d71809438bf83649c1c8171c2faf0abe Mon Sep 17 00:00:00 2001 From: Erwin Ried <1091420+eried@users.noreply.github.com> Date: Wed, 20 May 2020 14:50:44 +0200 Subject: [PATCH] Version bump --- firmware/application/ui_navigation.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/firmware/application/ui_navigation.hpp b/firmware/application/ui_navigation.hpp index f1bbb370f..9e632082a 100644 --- a/firmware/application/ui_navigation.hpp +++ b/firmware/application/ui_navigation.hpp @@ -54,8 +54,6 @@ enum modal_t { ABORT }; -//#define VERSION_STRING "v1.0.0"; // TODO: Move somewhere else - class NavigationView : public View { public: std::function on_view_changed { }; @@ -111,7 +109,7 @@ public: void set_title(const std::string new_value); private: - static constexpr auto default_title = "MAYHEM v1.0.0"; // TODO: Move the version somewhere + static constexpr auto default_title = "MAYHEM v1.0.1"; // TODO: Move the version somewhere NavigationView& nav_;