3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-29 20:04:21 +00:00
Files
snipe-it/config/version.php
2019-02-20 20:52:08 -08:00

11 lines
288 B
PHP

<?php
return array (
'app_version' => 'v5.0.0-beta-1',
'full_app_version' => 'v5.0.0-beta-1 - build 3984-g738896bdc',
'build_version' => '3984',
'prerelease_version' => '',
'hash_version' => 'g738896bdc',
'full_hash' => 'v5.0.0-beta-1-g738896bdc',
'branch' => 'develop',
);