3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 06:05:36 +00:00

Bumped version

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-05-05 11:15:46 +01:00
parent e781c170f3
commit 5e2dba5483

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.1.1',
'full_app_version' => 'v8.1.1 - build 17874-gc031f0b45',
'build_version' => '17874',
'app_version' => 'v8.1.2',
'full_app_version' => 'v8.1.2 - build 17914-g251851ec6',
'build_version' => '17914',
'prerelease_version' => '',
'hash_version' => 'gc031f0b45',
'full_hash' => 'v8.1.1-14-gc031f0b45',
'hash_version' => 'g251851ec6',
'full_hash' => 'v8.1.2-32-g251851ec6',
'branch' => 'develop',
);