Skip to content

Commit 7787e8e

Browse files
committed
Update version
1 parent ff19eb6 commit 7787e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsm/dsm.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 DSM_VERSION_MAJOR = 2;
88
static constexpr uint8_t DSM_VERSION_MINOR = 3;
9-
static constexpr uint8_t DSM_VERSION_PATCH = 0;
9+
static constexpr uint8_t DSM_VERSION_PATCH = 1;
1010

1111
static auto const DSM_VERSION =
1212
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);

0 commit comments

Comments
 (0)