Updated version

This commit is contained in:
snipe 2022-02-24 18:17:15 -08:00 committed by GitHub
parent dfbff27483
commit 336d8e6574
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v5.3.10',
'full_app_version' => 'v5.3.10 - build 6684-g05c081977',
'build_version' => '6684',
'app_version' => 'v5.4.0',
'full_app_version' => 'v5.4.0 - build 6685-dfbff274839',
'build_version' => '6685',
'prerelease_version' => '',
'hash_version' => 'g05c081977',
'full_hash' => 'v5.3.10-1-g05c081977',
'hash_version' => 'dfbff274839',
'full_hash' => 'v5.4.0-1-dfbff274839',
'branch' => 'master',
);
);