Updated version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-02-25 12:18:22 +00:00
parent 18c7cbbbbb
commit c3a2e81afd

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.0.0',
'full_app_version' => 'v8.0.0 - build 16962-g982cfeca32',
'build_version' => '16962',
'app_version' => 'v8.0.1',
'full_app_version' => 'v8.0.1 - build 16992-g18c7cbbbb',
'build_version' => '16992',
'prerelease_version' => '',
'hash_version' => 'g982cfeca32',
'full_hash' => 'v8.0.0-172-g982cfeca32',
'branch' => 'master',
);
'hash_version' => 'g18c7cbbbb',
'full_hash' => 'v8.0.1-28-g18c7cbbbb',
'branch' => 'develop',
);