mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
55d0c4021d
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.2.3',
|
|
'full_app_version' => 'v6.2.3 - build 11759-g8c4bf74f9',
|
|
'build_version' => '11759',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'g8c4bf74f9',
|
|
'full_hash' => 'v6.2.3-42-g8c4bf74f9',
|
|
'branch' => 'master',
|
|
); |