Bump version number

This commit is contained in:
Reed Nightingale 2020-05-03 23:58:58 -07:00
parent 97d825351c
commit 7a32c8e205
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.2.0";
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.3.0";
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;