diff --git a/main/Version.h b/main/Version.h index 1c95727..9e8eb16 100644 --- a/main/Version.h +++ b/main/Version.h @@ -24,7 +24,7 @@ #define VERSION_H #define VERSION_MAJOR 00 -#define VERSION_MINOR 40 +#define VERSION_MINOR 41 #define STRINGIFY(number) #number #define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor) diff --git a/spiffs_image/boot_message.txt b/spiffs_image/boot_message.txt index 51eb2b9..ed41c0c 100644 --- a/spiffs_image/boot_message.txt +++ b/spiffs_image/boot_message.txt @@ -1 +1 @@ -Welcome to KTag! SPIFFS version 00.39 \ No newline at end of file +Welcome to KTag! SPIFFS version 00.41 \ No newline at end of file