From c6369529e32699a630b4965b06e24851a1bc6eb9 Mon Sep 17 00:00:00 2001 From: Patrick Stainbrook Date: Mon, 2 Oct 2023 00:13:46 +0200 Subject: [PATCH] chore: bump version number --- firmware/src/MoonWatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/MoonWatch.cpp b/firmware/src/MoonWatch.cpp index 86b8710..7288f59 100644 --- a/firmware/src/MoonWatch.cpp +++ b/firmware/src/MoonWatch.cpp @@ -47,7 +47,7 @@ void MoonWatch::setupMonitor() { lcd = DisplayFactory::getInstance(static_cast(config.general.display)); //TODO: from config String loadMsg[] = { "MoonWatch", - "V0.13" + "V0.14" }; lcd->showStatusMsg(loadMsg, 2); delay(2000);