publish releases

This commit is contained in:
2025-12-15 13:08:53 +03:00
parent c4bab31e3b
commit 8d73df8fb8
9 changed files with 19 additions and 152 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 = 3;
constexpr uint8_t VERSION_PATCH = 4;
const std::string version_string();
} // namespace clrsync::core