Skip to content

Commit 8faba1d

Browse files
committed
Update version
1 parent fbe2ac3 commit 8faba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsm/dsm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
static constexpr uint8_t DSM_VERSION_MAJOR = 2;
88
static constexpr uint8_t DSM_VERSION_MINOR = 1;
9-
static constexpr uint8_t DSM_VERSION_PATCH = 1;
9+
static constexpr uint8_t DSM_VERSION_PATCH = 2;
1010

1111
#define DSM_VERSION \
1212
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH)

0 commit comments

Comments
 (0)