snipe-it/config/version.php

11 lines
267 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2017-12-12 10:45:20 -08:00
'app_version' => 'v4.1.8',
'full_app_version' => 'v4.1.8-pre - build 3106-geb827cd',
'build_version' => '3106',
'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
);