versioning (WIP)

This commit is contained in:
2025-12-15 23:46:47 +03:00
parent a5d6503305
commit cd817446b0
3 changed files with 11 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.4+3.git.g8a2b224";
const std::string GIT_SEMVER = "0.1.4+4.git.ga5d6503";
const std::string version_string();
} // namespace clrsync::core