Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxilef committed Mar 24, 2024
1 parent 1bad689 commit 942bc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ monitor_speed = 115200
monitor_filters = direct
board_build.flash_mode = dio
board_build.filesystem = littlefs
version = 1.4.0-rc.17
version = 1.4.0-rc.18

; Defaults
[esp8266_defaults]
Expand Down
2 changes: 1 addition & 1 deletion src/defines.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define PROJECT_NAME "OpenTherm Gateway"
#define PROJECT_VERSION "1.4.0-rc.17"
#define PROJECT_VERSION "1.4.0-rc.18"
#define PROJECT_REPO "https://github.com/Laxilef/OTGateway"

#define EMERGENCY_TIME_TRESHOLD 120000
Expand Down

0 comments on commit 942bc53

Please sign in to comment.