snipe-it/config/version.php

10 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',
2017-11-22 07:31:50 -08:00
'full_app_version' => 'v4.1.6-pre - build 2773-gfe986f7',
'build_version' => '2773',
'prerelease_version' => '',
2017-11-22 07:31:50 -08:00
'hash_version' => 'gfe986f7',
'full_hash' => 'v4.1.5-35-gfe986f7',
'branch' => 'develop',
);