set version in flake

This commit is contained in:
2025-12-15 21:10:23 +03:00
parent 8a2b224fd3
commit a5d6503305
3 changed files with 37 additions and 21 deletions

View File

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