snipe-it/config/version.php

11 lines
268 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2019-02-12 23:48:31 -08:00
'app_version' => 'v4.6.9',
'full_app_version' => 'v4.6.9 - build 3968-gf3c12f38b',
'build_version' => '3968',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2019-02-12 23:48:31 -08:00
'hash_version' => 'gf3c12f38b',
'full_hash' => 'v4.6.9-8-gf3c12f38b',
'branch' => 'master',
2018-08-14 18:22:53 -07:00
);