snipe-it/config/version.php

10 lines
268 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
'app_version' => 'v5.3.1',
'full_app_version' => 'v5.3.1 - build 6490-g6690a0f1d',
'build_version' => '6490',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
'hash_version' => 'g6690a0f1d',
'full_hash' => 'v5.3.1-19-g6690a0f1d',
'branch' => 'master',
2020-09-24 14:19:34 -07:00
);