mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 00:54:07 -08:00
c377e0617c
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
10 lines
271 B
PHP
10 lines
271 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.1.1',
|
|
'full_app_version' => 'v6.1.1 - build 10847-g2ac4449ea',
|
|
'build_version' => '10847',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g2ac4449ea',
|
|
'full_hash' => 'v6.1.1-605-g2ac4449ea',
|
|
'branch' => 'master',
|
|
); |