snipe-it/config/version.php

11 lines
262 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2017-12-05 13:18:52 -08:00
'app_version' => 'v4.1.8-pre',
'full_app_version' => 'v4.1.8-pre - build 3034',
2017-12-05 13:18:52 -08:00
'build_version' => '3034',
'prerelease_version' => '',
2017-12-04 23:50:45 -08:00
'hash_version' => 'g4f3c932',
'full_hash' => 'v4.1.7-37-g4f3c932',
'branch' => 'master',
2017-12-01 21:13:18 -08:00
);