mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
d511d90a2f
# Conflicts: # config/version.php
11 lines
265 B
PHP
11 lines
265 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.13',
|
|
'full_app_version' => 'v4.1.13 - build 3374-gcccd75f',
|
|
'build_version' => '3374',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gcccd75f',
|
|
'full_hash' => 'v4.1.12-7-gcccd75f',
|
|
'branch' => 'master',
|
|
);
|