increase Version after Release

This commit is contained in:
Marcel Peterkau 2023-04-30 10:08:34 +02:00
parent e6f1283aae
commit 0363b1eebc
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.02 1.03

View File

@ -58,8 +58,8 @@ typedef struct Constants_s
} Constants_t; } Constants_t;
const Constants_t constants PROGMEM = { const Constants_t constants PROGMEM = {
1,2, // Firmware_Version 1,3, // Firmware_Version
1,2, // Required Flash Version 1,3, // Required Flash Version
GIT_REV // Git-Hash-String GIT_REV // Git-Hash-String
}; };