diff --git a/modules/utils/src/version_impl.h b/modules/utils/src/version_impl.h index 339026a1..fe497397 100644 --- a/modules/utils/src/version_impl.h +++ b/modules/utils/src/version_impl.h @@ -19,6 +19,6 @@ static constexpr std::uint16_t VERSION_PATCH = 1; static constexpr std::string_view REPO_BRANCH = "feature/spinner"; static constexpr std::string_view BUILD_PROFILE = "RelWithDebInfo"; -static constexpr std::string_view REPO_HASH = "bd3be14"; +static constexpr std::string_view REPO_HASH = "342e538"; } // namespace heph::utils