chore: fixed build deps

This commit is contained in:
2025-12-17 13:42:48 +03:00
parent 92b06a9e0c
commit b98761a172
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.4+git.g019b0db";
const std::string GIT_SEMVER = "0.1.4+git.g92b06a9";
const std::string version_string();
} // namespace clrsync::core