From 565b1388f174d6429039de505b66fd1c91372150 Mon Sep 17 00:00:00 2001 From: Noah Axon Date: Sun, 19 Nov 2023 12:16:53 -0600 Subject: [PATCH] Increment version. We're out of RC! --- m5stick-nemo.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m5stick-nemo.ino b/m5stick-nemo.ino index 4f5ff8d..7a6e035 100644 --- a/m5stick-nemo.ino +++ b/m5stick-nemo.ino @@ -7,7 +7,7 @@ //#define CARDPUTER // -=-=- Uncommenting more than one at a time will result in errors -=-=- -String buildver="2.0.0rc2"; +String buildver="2.0.1"; #define BGCOLOR BLACK #define FGCOLOR GREEN