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' => 'v7.0.0-dev',
'full_app_version' => 'v7.0.0 - build 8df9007-gb489c71fa2',
'build_version' => '13487',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => '8df9007',
'full_hash' => 'v7.0.0-99-8df9007',
'branch' => 'develop',
);