Skip to content

Commit 87e2ce0

Browse files
committed
Version 4.4.9
1 parent ebeffba commit 87e2ce0

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 = 4;
9-
static constexpr uint8_t DSF_VERSION_PATCH = 8;
9+
static constexpr uint8_t DSF_VERSION_PATCH = 9;
1010

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

0 commit comments

Comments
 (0)