From 920cc20693fc95ad927891b9fea34f598f5e4a5c Mon Sep 17 00:00:00 2001 From: bdring Date: Tue, 24 Nov 2020 09:46:05 -0600 Subject: [PATCH] Update Grbl.h --- Grbl_Esp32/src/Grbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/src/Grbl.h b/Grbl_Esp32/src/Grbl.h index ed7e9bf9..647e0c06 100644 --- a/Grbl_Esp32/src/Grbl.h +++ b/Grbl_Esp32/src/Grbl.h @@ -23,7 +23,7 @@ // Grbl versioning system const char* const GRBL_VERSION = "1.3a"; -const char* const GRBL_VERSION_BUILD = "20201123"; +const char* const GRBL_VERSION_BUILD = "20201124"; //#include #include