Update grbl.h

This commit is contained in:
Sonny Jeon
2019-08-25 21:13:03 -04:00
parent cc4c0ffebc
commit 40eb439bf2

View File

@@ -23,7 +23,7 @@
// Grbl versioning system
#define GRBL_VERSION "1.1h"
#define GRBL_VERSION_BUILD "20190724"
#define GRBL_VERSION_BUILD "20190825"
// Define standard libraries used by Grbl.
#include <avr/io.h>