Skip to content

Commit 889e3d8

Browse files
committed
Bump version
1 parent 81b35f3 commit 889e3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsf/dsf.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
static constexpr uint8_t DSF_VERSION_MAJOR = 4;
88
static constexpr uint8_t DSF_VERSION_MINOR = 7;
9-
static constexpr uint8_t DSF_VERSION_PATCH = 1;
9+
static constexpr uint8_t DSF_VERSION_PATCH = 2;
1010

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

0 commit comments

Comments
 (0)