snipe-it/config/version.php

11 lines
269 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2018-09-28 11:21:39 -07:00
'app_version' => 'v4.6.5',
2018-10-09 17:32:46 -07:00
'full_app_version' => 'v4.6.5 - build 3915-gc7596e774',
'build_version' => '3915',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2018-10-09 17:32:46 -07:00
'hash_version' => 'gc7596e774',
'full_hash' => 'v4.6.5-13-gc7596e774',
'branch' => 'master',
2018-08-14 18:22:53 -07:00
);