mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
97bd87773c
# Conflicts: # config/version.php
11 lines
238 B
PHP
11 lines
238 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v4.1.11',
|
|
'full_app_version' => 'v4.1.11 - build 3359-',
|
|
'build_version' => '3359',
|
|
'prerelease_version' => '',
|
|
'hash_version' => '',
|
|
'full_hash' => 'v4.1.11',
|
|
'branch' => 'master',
|
|
);
|