snipe-it/config/version.php

11 lines
275 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2025-02-24 10:38:53 -08:00
'app_version' => 'v8.0.0',
'full_app_version' => 'v8.0.0 - build 16962-g982cfeca32',
'build_version' => '16962',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2025-02-24 10:38:53 -08:00
'hash_version' => 'g982cfeca32',
'full_hash' => 'v8.0.0-172-g982cfeca32',
'branch' => 'master',
2025-02-24 10:37:41 -08:00
);