Bumped version

This commit is contained in:
snipe 2018-10-26 15:29:10 -07:00
parent 1a10aa0dda
commit 925258bfb4

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v4.6.5', 'app_version' => 'v4.6.6',
'full_app_version' => 'v4.6.5 - build 3915-gc7596e774', 'full_app_version' => 'v4.6.6 - build 3926-g1a10aa0dd',
'build_version' => '3915', 'build_version' => '3926',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'gc7596e774', 'hash_version' => 'g1a10aa0dd',
'full_hash' => 'v4.6.5-13-gc7596e774', 'full_hash' => 'v4.6.6-24-g1a10aa0dd',
'branch' => 'master', 'branch' => 'master',
); );