snipe-it/config/version.php

10 lines
337 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array (
2020-08-31 15:38:40 -07:00
'app_version' => 'v5.0.0-beta-3-rc',
'full_app_version' => 'v5.0.0-beta-3-rc - build 4481-g37568ae9e',
'build_version' => '4481',
2017-12-01 20:49:04 -08:00
'prerelease_version' => '',
2020-08-31 15:38:40 -07:00
'hash_version' => 'g37568ae9e',
'full_hash' => 'v5.0.0-beta-3-rc-43-g37568ae9e',
'branch' => 'integrations/rc5-4-2020-08-31-dev-into-master',
);