snipe-it/config/version.php

10 lines
262 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2017-11-21 22:43:33 -08:00
'app_version' => 'v4.1.6',
'full_app_version' => 'v4.1.6 - build 2939-ge84a605',
'build_version' => '2939',
'prerelease_version' => '',
2017-11-21 22:43:33 -08:00
'hash_version' => 'ge84a605',
'full_hash' => 'v4.1.5-33-ge84a605',
'branch' => 'master',
);