Version bump

This commit is contained in:
Erwin Ried 2020-05-24 23:37:27 +02:00
parent a467e74a78
commit 687b1187d1

View File

@ -109,7 +109,7 @@ public:
void set_title(const std::string new_value); void set_title(const std::string new_value);
private: 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_; NavigationView& nav_;