mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
79fe092c81
# Conflicts: # config/version.php
11 lines
262 B
PHP
11 lines
262 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.8-pre',
|
|
'full_app_version' => 'v4.1.8-pre - build 3034',
|
|
'build_version' => '3034',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g4f3c932',
|
|
'full_hash' => 'v4.1.7-37-g4f3c932',
|
|
'branch' => 'master',
|
|
);
|