Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettapro committed Aug 4, 2023
1 parent 3add678 commit 1fe6bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SolarTracerBlynk/src/incl/include_all_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#define PROJECT_NAME "Solar-Tracer-Blynk-V3"
#define PROJECT_AUTHOR "Bettapro"
#define PROJECT_VERSION "v3.0.8"
#define PROJECT_SUBVERSION 15
#define PROJECT_VERSION "v3.0.9"
#define PROJECT_SUBVERSION 16


#include <Arduino.h>
Expand Down
2 changes: 1 addition & 1 deletion script/binDeploy.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SETLOCAL EnableDelayedExpansion

rmdir "binFiles" /S /Q

set VERSION_number="3.0.8"
set VERSION_number="3.0.9"

set esp32_build_flag_base=-DUSE_HALL_AP_CONFIGURATION_TRIGGER
set esp32_build_flag_minimum=-DUSE_NOT_BLYNK -DSTARTUP_BUILD
Expand Down

0 comments on commit 1fe6bdb

Please sign in to comment.