From 0ac0b4e330970601326e0b48a5f310ae05f082bd Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Sat, 22 Mar 2025 12:29:09 -0500 Subject: [PATCH] Bumped versions. --- main/Version.h | 2 +- spiffs_image/boot_message.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/Version.h b/main/Version.h index 840d979..9880967 100644 --- a/main/Version.h +++ b/main/Version.h @@ -2,7 +2,7 @@ #define VERSION_H #define VERSION_MAJOR 00 -#define VERSION_MINOR 38 +#define VERSION_MINOR 39 #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 147becc..51eb2b9 100644 --- a/spiffs_image/boot_message.txt +++ b/spiffs_image/boot_message.txt @@ -1 +1 @@ -Welcome to KTag! SPIFFS version 00.38 \ No newline at end of file +Welcome to KTag! SPIFFS version 00.39 \ No newline at end of file