mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Merge remote-tracking branch 'origin/develop'
# Conflicts: # config/version.php
This commit is contained in:
commit
74b26a349c
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v5.0.8',
|
'app_version' => 'v5.0.9',
|
||||||
'full_app_version' => 'v5.0.8 - build 5616-8a38b9d',
|
'full_app_version' => 'v5.0.9 - build 5616-973eacf6c3',
|
||||||
'build_version' => '5616',
|
'build_version' => '5616',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => '8a38b9d',
|
'hash_version' => '973eacf6c3',
|
||||||
'full_hash' => 'v5.0.8-87-8a38b9d',
|
'full_hash' => 'v5.0.9-87-973eacf6c3',
|
||||||
'branch' => 'master',
|
'branch' => 'master',
|
||||||
);
|
);
|
Loading…
Reference in a new issue