mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
edc30a31c1
# Conflicts: # config/version.php
11 lines
278 B
PHP
11 lines
278 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.11-pre',
|
|
'full_app_version' => 'v4.1.11-pre - build 3288-g426bf38',
|
|
'build_version' => '3288',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g426bf38',
|
|
'full_hash' => 'v4.1.11-pre-36-g426bf38',
|
|
'branch' => 'master',
|
|
);
|