From 11060f33f26758bb2ac11f72c9621528f609daea Mon Sep 17 00:00:00 2001 From: bdring Date: Mon, 17 May 2021 18:49:04 -0500 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 f0dbd60d..a6d45cc0 100644 --- a/Grbl_Esp32/src/Grbl.h +++ b/Grbl_Esp32/src/Grbl.h @@ -22,7 +22,7 @@ // Grbl versioning system const char* const GRBL_VERSION = "1.3a"; -const char* const GRBL_VERSION_BUILD = "20210424"; +const char* const GRBL_VERSION_BUILD = "20210517"; //#include #include