Skip to content

Commit 8bdb063

Browse files
committed
Update version
1 parent 70afd6b commit 8bdb063

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 = 3;
9-
static constexpr uint8_t DSM_VERSION_PATCH = 5;
9+
static constexpr uint8_t DSM_VERSION_PATCH = 6;
1010

1111
static auto const DSM_VERSION =
1212
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);

0 commit comments

Comments
 (0)