fix: gtk dialogs freezing

This commit is contained in:
2025-12-18 00:42:47 +03:00
parent 4c0502d8ee
commit d4ff415f45
2 changed files with 34 additions and 29 deletions

View File

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