Update grbl.h

This commit is contained in:
Sonny Jeon
2018-11-12 08:25:57 -07:00
committed by GitHub
parent addb1a9813
commit bb25d2f97e

View File

@@ -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 <avr/io.h>