Update displayed version

This commit is contained in:
Reed Nightingale 2020-07-18 20:43:36 -07:00
parent ab678f3e8b
commit a4f5f4b3cb
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.5.0";
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.5.1";
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;