mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
96bab5697d
# Conflicts: # config/version.php # database/migrations/2018_02_22_160436_add_remote_user_settings.php
11 lines
268 B
PHP
11 lines
268 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.15',
|
|
'full_app_version' => 'v4.1.14 - build 3464-g735840a',
|
|
'build_version' => '3464',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g735840a',
|
|
'full_hash' => 'v4.1.14-3464-g735840a',
|
|
'branch' => 'master',
|
|
);
|