We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69df72f commit 437ecb7Copy full SHA for 437ecb7
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 = 7;
9
-static constexpr uint8_t DSF_VERSION_PATCH = 0;
+static constexpr uint8_t DSF_VERSION_PATCH = 1;
10
11
static auto const DSF_VERSION =
12
std::format("{}.{}.{}", DSF_VERSION_MAJOR, DSF_VERSION_MINOR, DSF_VERSION_PATCH);
0 commit comments