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
39b0dc136c
commit
e5f4048e9e
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v5.3.3',
|
'app_version' => 'v5.3.4',
|
||||||
'full_app_version' => 'v5.3.3 - build 6517-g4afd598df',
|
'full_app_version' => 'v5.3.4 - build 6550-g39b0dc136',
|
||||||
'build_version' => '6517',
|
'build_version' => '6550',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g4afd598df',
|
'hash_version' => 'g39b0dc136',
|
||||||
'full_hash' => 'v5.3.3-8-g4afd598df',
|
'full_hash' => 'v5.3.4-17-g39b0dc136',
|
||||||
'branch' => 'master',
|
'branch' => 'master',
|
||||||
);
|
);
|
Loading…
Reference in a new issue