From 1cff49116e8a08dacffa4d4a59dce876260474ab Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Fri, 21 Feb 2025 11:49:25 +0000 Subject: [PATCH] Bump version numbers and upgrade requirements --- .upgrade_requirements.json | 6 +++--- config/version.php | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.upgrade_requirements.json b/.upgrade_requirements.json index 53d7337b62..b432a1c4f3 100644 --- a/.upgrade_requirements.json +++ b/.upgrade_requirements.json @@ -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" } diff --git a/config/version.php b/config/version.php index d0f4c480e6..3affec15d7 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ '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', ); \ No newline at end of file