snipe-it/config/version.php

11 lines
269 B
PHP
Raw Normal View History

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