diff --git a/hwe/sammo/API/Global/GetConst.php b/hwe/sammo/API/Global/GetConst.php index c5822380..ce4f0f73 100644 --- a/hwe/sammo/API/Global/GetConst.php +++ b/hwe/sammo/API/Global/GetConst.php @@ -86,10 +86,10 @@ class GetConst extends \sammo\BaseAPI if ($lastModified !== null) { $versionHash = "lt{$lastModified}"; } else { - $versionHash = VersionGit::getHash(); + $versionHash = VersionGit::getVersion(); } } else { - $versionHash = VersionGit::getHash(); + $versionHash = VersionGit::getVersion(); } $apiVersion = static::CONST_API_VERSION;