snipe-it/config/version.php

11 lines
271 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',
2017-12-12 09:25:06 -08:00
'full_app_version' => 'v4.1.8-pre - build 3103-geb827cd',
2017-12-12 09:24:40 -08:00
'build_version' => '3103',
'prerelease_version' => '',
2017-12-12 09:24:40 -08:00
'hash_version' => 'geb827cd',
'full_hash' => 'v4.1.7-69-geb827cd',
'branch' => 'master',
2017-12-01 21:13:18 -08:00
);