mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Bumped version
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
5314ef97e5
commit
61f5825c69
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v5.4.1',
|
'app_version' => 'v5.4.2',
|
||||||
'full_app_version' => 'vV5.4.1 - build 6746-g3e22dce11',
|
'full_app_version' => 'v5.4.2 - build 6805-g5314ef97e',
|
||||||
'build_version' => '6746',
|
'build_version' => '6805',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g3e22dce11',
|
'hash_version' => 'g5314ef97e',
|
||||||
'full_hash' => 'V5.4.1-20-g3e22dce11',
|
'full_hash' => 'v5.4.2-52-g5314ef97e',
|
||||||
'branch' => 'master',
|
'branch' => 'master',
|
||||||
);
|
);
|
Loading…
Reference in a new issue