snipe-it/config/version.php

11 lines
273 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v6.0.14',
'full_app_version' => 'v6.0.14 - build 9646-g417a1e624',
'build_version' => '9646',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'g417a1e624',
'full_hash' => 'v6.0.14-602-g417a1e624',
'branch' => 'master',
);