Skip to content

Commit 25c9cc0

Browse files
committed
Bump version
1 parent df0c122 commit 25c9cc0

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
@@ -5,7 +5,7 @@
55
#include <format>
66

77
static constexpr uint8_t DSF_VERSION_MAJOR = 4;
8-
static constexpr uint8_t DSF_VERSION_MINOR = 2;
8+
static constexpr uint8_t DSF_VERSION_MINOR = 3;
99
static constexpr uint8_t DSF_VERSION_PATCH = 0;
1010

1111
static auto const DSF_VERSION =

0 commit comments

Comments
 (0)