mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Bumped version to 6.0.3
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a7b155108d
commit
ea1ff1e8bb
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v6.0.2',
|
'app_version' => 'v6.0.3',
|
||||||
'full_app_version' => 'v6.0.2 - build 7961-g5bc5e9f10',
|
'full_app_version' => 'v6.0.3 - build 8045-ga7b155108',
|
||||||
'build_version' => '7961',
|
'build_version' => '8045',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'g5bc5e9f10',
|
'hash_version' => 'ga7b155108',
|
||||||
'full_hash' => 'v6.0.2-69-g5bc5e9f10',
|
'full_hash' => 'v6.0.3-153-ga7b155108',
|
||||||
'branch' => 'master',
|
'branch' => 'master',
|
||||||
);
|
);
|
Loading…
Reference in a new issue