snipe-it/config/version.php

11 lines
243 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2017-12-01 20:49:04 -08:00
'app_version' => 'v4.1.6',
'full_app_version' => 'v4.1.6 - build 2834',
'build_version' => '2834',
'prerelease_version' => '',
'hash_version' => 'g83c8449',
'full_hash' => 'v4.1.6',
'branch' => 'develop',
2017-12-01 14:50:46 -08:00
);