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 b3b2a86 commit cfac92eCopy full SHA for cfac92e
src/dsf/dsf.hpp
@@ -5,8 +5,8 @@
5
#include <format>
6
7
static constexpr uint8_t DSF_VERSION_MAJOR = 3;
8
-static constexpr uint8_t DSF_VERSION_MINOR = 12;
9
-static constexpr uint8_t DSF_VERSION_PATCH = 1;
+static constexpr uint8_t DSF_VERSION_MINOR = 13;
+static constexpr uint8_t DSF_VERSION_PATCH = 0;
10
11
static auto const DSF_VERSION =
12
std::format("{}.{}.{}", DSF_VERSION_MAJOR, DSF_VERSION_MINOR, DSF_VERSION_PATCH);
0 commit comments