snipe-it/config/version.php

11 lines
264 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v4.1.6',
'full_app_version' => 'v4.1.6 - build 2994-g83c8449',
'build_version' => '2994',
'prerelease_version' => '',
2017-11-24 11:25:57 -08:00
'hash_version' => 'g83c8449',
'full_hash' => 'v4.1.6-2994-g83c8449',
'branch' => 'master'
2017-12-01 21:13:18 -08:00
);