chore(core/bootloader): bump over unreleased version

pull/2314/head
Ondrej Mikle 2 years ago committed by matejcik
parent c563c987e1
commit 49462dc283

@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## 2.0.4 [May 2022]
### Security
- Intentionally skipped this version due to fake devices
## 2.0.3 [March 2019] ## 2.0.3 [March 2019]
### Security ### Security

@ -1,6 +1,6 @@
#define VERSION_MAJOR 2 #define VERSION_MAJOR 2
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_PATCH 4 #define VERSION_PATCH 5
#define VERSION_BUILD 0 #define VERSION_BUILD 0
#define VERSION_UINT32 \ #define VERSION_UINT32 \
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \ (VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \

Loading…
Cancel
Save