wip: moving backend-related stuff out of the app logic

This commit is contained in:
2025-12-18 16:45:49 +03:00
parent 292a748ac4
commit c68ca3dabe
8 changed files with 370 additions and 27 deletions

View File

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