We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70afd6b commit 8bdb063Copy full SHA for 8bdb063
src/dsm/dsm.hpp
@@ -6,7 +6,7 @@
6
7
static constexpr uint8_t DSM_VERSION_MAJOR = 2;
8
static constexpr uint8_t DSM_VERSION_MINOR = 3;
9
-static constexpr uint8_t DSM_VERSION_PATCH = 5;
+static constexpr uint8_t DSM_VERSION_PATCH = 6;
10
11
static auto const DSM_VERSION =
12
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);
0 commit comments