This commit is contained in:
2025-12-08 23:22:25 +03:00
parent ae5ce52d1d
commit 6c0fffafd3
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace clrsync::core
constexpr uint8_t VERSION_MAJOR = 0;
constexpr uint8_t VERSION_MINOR = 1;
constexpr uint8_t VERSION_PATCH = 2;
constexpr uint8_t VERSION_PATCH = 3;
const std::string version_string();
} // namespace clrsync::core