Update reported version

This commit is contained in:
Reed Nightingale 2020-01-28 20:54:02 -08:00
parent 80454612c0
commit 13fa83d440

View File

@ -1,4 +1,4 @@
#include "version.h"
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.1.1";
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.1.2";
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;