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' => 'v6.0.5',
2022-06-29 01:00:15 -07:00
'full_app_version' => 'v6.0.5 - build 8229-g94e723a88',
'build_version' => '8229',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2022-06-29 01:00:15 -07:00
'hash_version' => 'g94e723a88',
'full_hash' => 'v6.0.5-101-g94e723a88',
'branch' => 'develop',
);