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 ebeffba commit 87e2ce0Copy full SHA for 87e2ce0
src/dsf/dsf.hpp
@@ -6,7 +6,7 @@
6
7
static constexpr uint8_t DSF_VERSION_MAJOR = 4;
8
static constexpr uint8_t DSF_VERSION_MINOR = 4;
9
-static constexpr uint8_t DSF_VERSION_PATCH = 8;
+static constexpr uint8_t DSF_VERSION_PATCH = 9;
10
11
static auto const DSF_VERSION =
12
std::format("{}.{}.{}", DSF_VERSION_MAJOR, DSF_VERSION_MINOR, DSF_VERSION_PATCH);
0 commit comments