mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Bumped version
(I will release this version officially tomorrow)
This commit is contained in:
parent
a86409868e
commit
c6d3c031c7
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
return array (
|
return array (
|
||||||
'app_version' => 'v4.6.15',
|
'app_version' => 'v4.6.16',
|
||||||
'full_app_version' => 'v4.6.15 - build 4011-gd1e9fbfa2',
|
'full_app_version' => 'v4.6.16 - build 4018-gce16eae50',
|
||||||
'build_version' => '4011',
|
'build_version' => '4018',
|
||||||
'prerelease_version' => '',
|
'prerelease_version' => '',
|
||||||
'hash_version' => 'gd1e9fbfa2',
|
'hash_version' => 'gce16eae50',
|
||||||
'full_hash' => 'v4.6.15-2-gd1e9fbfa2',
|
'full_hash' => 'v4.6.16-6-gce16eae50',
|
||||||
'branch' => 'master',
|
'branch' => 'features/6204_email_audit-alerts',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue