mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-29 14:41:35 -08:00
3131c0d0ac
# Conflicts: # config/version.php
11 lines
265 B
PHP
11 lines
265 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.14',
|
|
'full_app_version' => 'v4.1.14 - build 3382-g0f23462',
|
|
'build_version' => '3382',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g0f23462',
|
|
'full_hash' => 'v4.1.13-5-g0f23462',
|
|
'branch' => 'master',
|
|
);
|