mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
61fd427678
Signed-off-by: snipe <snipe@snipe.net> # Conflicts: # config/version.php
10 lines
270 B
PHP
10 lines
270 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v6.1.2',
|
|
'full_app_version' => 'v6.1.2 - build 10938-g32747cafd',
|
|
'build_version' => '10938',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g32747cafd',
|
|
'full_hash' => 'v6.1.2-89-g32747cafd',
|
|
'branch' => 'master',
|
|
); |