Bump version numbers and upgrade requirements
This commit is contained in:
parent
38c5f23a52
commit
1cff49116e
2 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
"DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version",
|
||||
"DOC4": "You should really just ignore it and run upgrade.php. Really",
|
||||
"php_min_version": "8.1.0",
|
||||
"php_max_major_minor": "8.3",
|
||||
"php_max_wontwork": "8.4.0",
|
||||
"current_snipeit_version": "7.0"
|
||||
"php_max_major_minor": "8.4",
|
||||
"php_max_wontwork": "8.5.0",
|
||||
"current_snipeit_version": "8.0"
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v7.1.16',
|
||||
'full_app_version' => 'v7.1.16 - build 16564-gfb857ccf5',
|
||||
'build_version' => '16564',
|
||||
'app_version' => 'v8.0.0-pre',
|
||||
'full_app_version' => 'v8.0.0-pre - build 16501-gca11efd3ee',
|
||||
'build_version' => '16501',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'gfb857ccf5',
|
||||
'full_hash' => 'v7.1.16-510-gfb857ccf5',
|
||||
'hash_version' => 'gca11efd3ee',
|
||||
'full_hash' => 'v8.0.0-pre-447-gca11efd3ee',
|
||||
'branch' => 'develop',
|
||||
);
|
Loading…
Add table
Reference in a new issue