snipe-it/config/version.php

10 lines
270 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v7.0.6',
'full_app_version' => 'v7.0.6 - build 14112-ge1a6b441d',
'build_version' => '14112',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'ge1a6b441d',
'full_hash' => 'v7.0.6-6-ge1a6b441d',
'branch' => 'develop',
);