3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-10-29 11:21:21 +00:00

Merge remote-tracking branch 'origin/develop'

Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	config/version.php
This commit is contained in:
snipe 2025-07-23 16:11:20 +01:00
commit b3e7619adc

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.1.18',
'full_app_version' => 'v8.1.18 - build 18876-g4c6249eb9',
'build_version' => '18876',
'app_version' => 'v8.2.0',
'full_app_version' => 'v8.2.0 - build 19055-g6e56d5613',
'build_version' => '19055',
'prerelease_version' => '',
'hash_version' => 'g4c6249eb9',
'full_hash' => 'v8.1.18-77-g4c6249eb9',
'hash_version' => 'g6e56d5613',
'full_hash' => 'v8.2.0-176-g6e56d5613',
'branch' => 'master',
);