Skip to content

Commit 6a0955b

Browse files
committed
Bump version
1 parent 1bcbb3e commit 6a0955b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dsf/dsf.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <format>
66

77
static constexpr uint8_t DSF_VERSION_MAJOR = 4;
8-
static constexpr uint8_t DSF_VERSION_MINOR = 6;
9-
static constexpr uint8_t DSF_VERSION_PATCH = 2;
8+
static constexpr uint8_t DSF_VERSION_MINOR = 7;
9+
static constexpr uint8_t DSF_VERSION_PATCH = 0;
1010

1111
static auto const DSF_VERSION =
1212
std::format("{}.{}.{}", DSF_VERSION_MAJOR, DSF_VERSION_MINOR, DSF_VERSION_PATCH);

0 commit comments

Comments
 (0)