3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 16:25:39 +00:00

Merge remote-tracking branch 'origin/develop'

# Conflicts:
#	config/version.php
This commit is contained in:
snipe
2025-12-12 08:47:16 +00:00

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.3.6',
'full_app_version' => 'v8.3.6 - build 20569-g9e23117f9',
'build_version' => '20569',
'app_version' => 'v8.3.7',
'full_app_version' => 'v8.3.7 - build 20803-gdba8cb83b',
'build_version' => '20803',
'prerelease_version' => '',
'hash_version' => 'g9e23117f9',
'full_hash' => 'v8.3.6-16-g9e23117f9',
'hash_version' => 'gdba8cb83b',
'full_hash' => 'v8.3.7-250-gdba8cb83b',
'branch' => 'master',
);