chore: typo

This commit is contained in:
2025-12-07 02:20:56 +03:00
parent c61337de0a
commit 60d279a01f
3 changed files with 4 additions and 4 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 = 1;
constexpr uint8_t VERSION_PATCH = 2;
const std::string version_string();
} // namespace clrsync::core