bump version

This commit is contained in:
Peter D. Gray 2024-03-10 11:23:17 -04:00
parent 65b652a6f4
commit 5e62325a18
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,4 @@ Github is nearly free, so why not capture all the actual bits!
- V1.0.1 - first version almost released to production
- V1.0.2 - bugfix w/ power btn release
- V1.0.3 - bugfix to allow (mpy) version numbers < 3.0.0
- V1.0.4 - cleanups and such; final version for first-run of boards.

View File

@ -6,7 +6,7 @@
// Public version number for humans. Lots more version data added by Makefile.
// - update ../Q1-Makefile BOOTLOADER_VERSION once this is qualified version
#define RELEASE_VERSION "1.0.3"
#define RELEASE_VERSION "1.0.4"
extern const char version_string[];