Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rackrick committed Oct 1, 2023
1 parent 8f63036 commit c636952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/MoonWatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void MoonWatch::setupMonitor() {
lcd = DisplayFactory::getInstance(static_cast<RP::eDisplayMode>(config.general.display)); //TODO: from config
String loadMsg[] = {
"MoonWatch",
"V0.13"
"V0.14"
};
lcd->showStatusMsg(loadMsg, 2);
delay(2000);
Expand Down

0 comments on commit c636952

Please sign in to comment.