mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
fb37dbed92
* Updated version.php to master * use supported package for slack Co-authored-by: snipe <snipe@snipe.net>
10 lines
271 B
PHP
10 lines
271 B
PHP
<?php
|
|
return array (
|
|
'app_version' => 'v5.0.11',
|
|
'full_app_version' => 'v5.0.11 - build 5695-gfd4ee6027',
|
|
'build_version' => '5695',
|
|
'prerelease_version' => '',
|
|
'hash_version' => 'gf9b1fdc36',
|
|
'full_hash' => 'v5.0.10-21-gf9b1fdc36',
|
|
'branch' => 'master',
|
|
); |