Update version

This commit is contained in:
Reed Nightingale 2020-04-26 23:36:06 -07:00
parent e980cff9ff
commit cd3364c835
1 changed files with 1 additions and 1 deletions

View File

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