snipe-it/config/version.php

10 lines
272 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 9236-g05a3f20d5',
'build_version' => '9236',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'g05a3f20d5',
'full_hash' => 'v6.0.14-192-g05a3f20d5',
'branch' => 'master',
);