mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Bumped version to v6.0.0-RC-5
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0f95802699
commit
c0451fe17a
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v6.0.0-RC-4',
|
||||
'full_app_version' => 'v6.0.0-RC-4 - build 6754-gafd83311a',
|
||||
'build_version' => '6754',
|
||||
'app_version' => 'v6.0.0-RC-5',
|
||||
'full_app_version' => 'v6.0.0-RC-5 - build 6772-g7cbcd2d95',
|
||||
'build_version' => '6772',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'gafd83311a',
|
||||
'full_hash' => 'v6.0.0-RC-4-1-gafd83311a',
|
||||
'branch' => 'develop',
|
||||
'hash_version' => 'g7cbcd2d95',
|
||||
'full_hash' => 'v6.0.0-RC-5-19-g7cbcd2d95',
|
||||
'branch' => 'merges/master_down_to_develop_march_16',
|
||||
);
|
Loading…
Reference in a new issue