diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 625cf82..76fb9a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ name: PlatformIO CI # Controls when the action will run. on: - push: +# push: create: # Allows you to run this workflow manually from the Actions tab diff --git a/src/config.h b/src/config.h index a4b2171..2115403 100644 --- a/src/config.h +++ b/src/config.h @@ -6,7 +6,7 @@ // ###################################################################### // #define SOFTWARE_VERSION_MAJOR 2 -#define SOFTWARE_VERSION_MINOR 4 +#define SOFTWARE_VERSION_MINOR 5 #define SOFTWARE_VERSION_PATCH 0 #ifndef ESP32S3