Bump version

This commit is contained in:
Reed Nightingale 2020-05-04 22:28:43 -07:00
parent e3f23ae755
commit e168a4d5b0
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.3.0";
const char VERSION_STRING_PRIVATE [] PROGMEM = "R1.4.0";
const char* const VERSION_STRING = VERSION_STRING_PRIVATE;