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 cb5ab44 commit b8e1b14Copy full SHA for b8e1b14
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 = 6;
+static constexpr uint8_t DSF_VERSION_PATCH = 7;
10
11
static auto const DSF_VERSION =
12
std::format("{}.{}.{}", DSF_VERSION_MAJOR, DSF_VERSION_MINOR, DSF_VERSION_PATCH);
0 commit comments