Skip to content

Commit 9a08ca5

Browse files
committed
Release v1.20.5-dev
Changes since v1.20.1-dev: - fix: Inject version into core.hpp during release process and update git add command - fix: Update version string to v1.20.1-dev and enhance packaging of firmware binaries
1 parent 4592794 commit 9a08ca5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// v1.20.1-dev
1+
// v1.20.5-dev

src/core/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ void reverseByteArray(unsigned char *data, int len);
6767
// major = 0..15, minor = 0..255, patch = 0..15.
6868
//
6969
// vvv--- do not edit here, this is managed by bump2version! ---vvv
70-
#define VERSION_STR "v1.20.1-dev"
70+
#define VERSION_STR "v1.20.5-dev"
7171
// ^^^--- do not edit here, this is managed by bump2version! ---^^^

0 commit comments

Comments
 (0)