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 f3bf332 commit 6f83c8fCopy full SHA for 6f83c8f
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 = 5;
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