Fixed pre-version in version.php

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-05-27 18:21:46 +01:00
parent 4c11e97922
commit 54067ec449

View file

@ -5,6 +5,6 @@ return array (
'build_version' => '13487', 'build_version' => '13487',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => '8df9007', 'hash_version' => '8df9007',
'full_hash' => 'v6.4.2-97-8df9007', 'full_hash' => 'v7.0.0-99-8df9007',
'branch' => 'develop', 'branch' => 'develop',
); );