fix (fonts): load exact match

This commit is contained in:
2025-12-17 08:32:56 +03:00
parent 89888adf8d
commit 10516212bf
2 changed files with 7 additions and 2 deletions

View File

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