From 26365cd83dd687fbd0fe40cba0d51d8a9d751f5b Mon Sep 17 00:00:00 2001 From: bdring Date: Tue, 28 Apr 2020 14:13:18 -0500 Subject: [PATCH] Updateing GRBL_VERSION_BUILD to current date. --- Grbl_Esp32/grbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/grbl.h b/Grbl_Esp32/grbl.h index d27660b8..70a11603 100644 --- a/Grbl_Esp32/grbl.h +++ b/Grbl_Esp32/grbl.h @@ -22,7 +22,7 @@ // Grbl versioning system #define GRBL_VERSION "1.2a" -#define GRBL_VERSION_BUILD "20200423" +#define GRBL_VERSION_BUILD "20200428" //#include #include