Skip to content

Commit 7c2c7b4

Browse files
committed
Prepare version 0.9.3
1 parent 80f45a0 commit 7c2c7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/receiver/src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// App version components
66
static const uint8_t VERSION_MAJOR = 0;
77
static const uint8_t VERSION_MINOR = 9;
8-
static const uint8_t VERSION_PATCH = 2;
8+
static const uint8_t VERSION_PATCH = 3;
99

1010
// Full version number
1111
static const uint32_t VERSION_FULL = (VERSION_MAJOR << 24) | (VERSION_MINOR << 16) | (VERSION_PATCH << 8);

0 commit comments

Comments
 (0)