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',
'full_app_version' => 'v4.1.8-pre - build 3068-gceca76b',
2017-12-07 19:23:34 -08:00
'build_version' => '3068',
'prerelease_version' => '',
2017-12-07 19:23:34 -08:00
'hash_version' => 'gceca76b',
'full_hash' => 'v4.1.7-34-gceca76b',
'branch' => 'master',
2017-12-01 21:13:18 -08:00
);