From bb25d2f97e0e6afc9cbec70f532632b8f6803cc0 Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Mon, 12 Nov 2018 08:25:57 -0700 Subject: [PATCH] Update grbl.h --- grbl/grbl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grbl/grbl.h b/grbl/grbl.h index f64f19e..6a84210 100644 --- a/grbl/grbl.h +++ b/grbl/grbl.h @@ -23,7 +23,7 @@ // Grbl versioning system #define GRBL_VERSION "1.1g" -#define GRBL_VERSION_BUILD "20180614" +#define GRBL_VERSION_BUILD "20181112" // Define standard libraries used by Grbl. #include