We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0054eb8 commit ce1f40fCopy full SHA for ce1f40f
src/dsm/dsm.hpp
@@ -9,7 +9,7 @@ static constexpr uint8_t DSM_VERSION_MINOR = 1;
9
static constexpr uint8_t DSM_VERSION_PATCH = 10;
10
11
static auto const DSM_VERSION =
12
- std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);
+ std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);
13
14
namespace dsm {
15
/// @brief Returns the version of the DSM library
0 commit comments