Skip to content

Commit

Permalink
core: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jan 14, 2025
1 parent 26d08ee commit c23bfeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.19.0] ?
## [1.20.0] (dev)

- ...

## [1.19.0] Snapshot build 2025-01-14

### Added
- Validate scheduler spec on boot, in WebUI and in terminal (`SCHEDULE CHECK ...`) [#2626](https://github.com/xoseperez/espurna/issues/2626)
Expand Down
2 changes: 1 addition & 1 deletion code/espurna/config/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endif

#ifndef APP_VERSION
#define APP_VERSION "1.19.0"
#define APP_VERSION "1.20.0"
#endif

#ifndef APP_AUTHOR
Expand Down

0 comments on commit c23bfeb

Please sign in to comment.