Bump version

This commit is contained in:
Reed Nightingale 2020-05-05 21:41:00 -07:00
parent 740e881d28
commit 84f47b0a23
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.4.0";
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.5.0";
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;