diff --git a/src/config.cpp b/src/config.cpp index 410e81c..aa8317c 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1,7 +1,7 @@ #include "config.h" // Global variables definition -const char *version = "V0.1.0 20240625"; +const char *version = "V0.1.1 20240701"; const byte ROWS = 5; const byte COLS = 4; byte rowPins[ROWS] = {19, 18, 5, 17, 16};