snipe-it/config/version.php

10 lines
269 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v6.0.9',
'full_app_version' => 'v6.0.9 - build 8587-gcca531f8c',
'build_version' => '8587',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'gcca531f8c',
'full_hash' => 'v6.0.9-68-gcca531f8c',
'branch' => 'develop',
);