From ccdbac019c0bc9394cb71a709d11ab8250dec842 Mon Sep 17 00:00:00 2001 From: thankthemaker Date: Mon, 16 Oct 2023 07:35:41 +0200 Subject: [PATCH] Update version & workflow --- .github/workflows/main.yml | 2 +- src/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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