Skip to content

Commit 1cff491

Browse files
committed
Bump version numbers and upgrade requirements
1 parent 38c5f23 commit 1cff491

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.upgrade_requirements.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"DOC3": "Please don't rely on these versions for planning upgrades unless you've fetched the most recent version",
55
"DOC4": "You should really just ignore it and run upgrade.php. Really",
66
"php_min_version": "8.1.0",
7-
"php_max_major_minor": "8.3",
8-
"php_max_wontwork": "8.4.0",
9-
"current_snipeit_version": "7.0"
7+
"php_max_major_minor": "8.4",
8+
"php_max_wontwork": "8.5.0",
9+
"current_snipeit_version": "8.0"
1010
}

config/version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
return array (
3-
'app_version' => 'v7.1.16',
4-
'full_app_version' => 'v7.1.16 - build 16564-gfb857ccf5',
5-
'build_version' => '16564',
3+
'app_version' => 'v8.0.0-pre',
4+
'full_app_version' => 'v8.0.0-pre - build 16501-gca11efd3ee',
5+
'build_version' => '16501',
66
'prerelease_version' => '',
7-
'hash_version' => 'gfb857ccf5',
8-
'full_hash' => 'v7.1.16-510-gfb857ccf5',
7+
'hash_version' => 'gca11efd3ee',
8+
'full_hash' => 'v8.0.0-pre-447-gca11efd3ee',
99
'branch' => 'develop',
1010
);

0 commit comments

Comments
 (0)