Skip to content

Commit cfac92e

Browse files
committed
Bump version
1 parent b3b2a86 commit cfac92e

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 = 3;
8-
static constexpr uint8_t DSF_VERSION_MINOR = 12;
9-
static constexpr uint8_t DSF_VERSION_PATCH = 1;
8+
static constexpr uint8_t DSF_VERSION_MINOR = 13;
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)