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 fbe2ac3 commit 8faba1dCopy full SHA for 8faba1d
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 = 1;
9
-static constexpr uint8_t DSM_VERSION_PATCH = 1;
+static constexpr uint8_t DSM_VERSION_PATCH = 2;
10
11
#define DSM_VERSION \
12
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH)
0 commit comments