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-15 18:55:56 -08:00
'app_version' => 'v4.1.9-pre',
2017-12-19 22:16:31 -08:00
'full_app_version' => 'v4.1.9-pre - build 3128-ge5a7e66',
'build_version' => '3128',
'prerelease_version' => '',
2017-12-19 22:16:31 -08:00
'hash_version' => 'ge5a7e66',
'full_hash' => 'v4.1.8-11-ge5a7e66',
'branch' => 'master',
2017-12-01 21:13:18 -08:00
);