We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0c122 commit 25c9cc0Copy full SHA for 25c9cc0
src/dsf/dsf.hpp
@@ -5,7 +5,7 @@
5
#include <format>
6
7
static constexpr uint8_t DSF_VERSION_MAJOR = 4;
8
-static constexpr uint8_t DSF_VERSION_MINOR = 2;
+static constexpr uint8_t DSF_VERSION_MINOR = 3;
9
static constexpr uint8_t DSF_VERSION_PATCH = 0;
10
11
static auto const DSF_VERSION =
0 commit comments