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 (
'app_version' => 'v4.1.6-pre',
'full_app_version' => 'v4.1.6-pre - build 2765-g1d6320a',
'build_version' => '2765',
'prerelease_version' => '',
2017-11-21 22:45:10 -08:00
'hash_version' => 'g0910587',
'full_hash' => 'v4.1.5-34-g0910587',
2017-11-21 22:43:33 -08:00
'branch' => 'master',
);