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

Bumped version

This commit is contained in:
snipe
2025-11-10 13:49:26 +00:00
parent f92f76b48a
commit 391aa30da2

View File

@ -1,10 +1,10 @@
<?php
return array (
'app_version' => 'v8.3.4',
'full_app_version' => 'v8.3.4 - build 20218-g3ab2e2011',
'build_version' => '20218',
'app_version' => 'v8.3.5',
'full_app_version' => 'v8.3.5 - build 20406-gf92f76b48',
'build_version' => '20406',
'prerelease_version' => '',
'hash_version' => 'g3ab2e2011',
'full_hash' => 'v8.3.4-149-g3ab2e2011',
'hash_version' => 'gf92f76b48',
'full_hash' => 'v8.3.5-183-gf92f76b48',
'branch' => 'master',
);