Revert version to dev for pull request

This commit is contained in:
Nathan Butler 2022-06-29 18:00:15 +10:00
parent e28e7e37b8
commit 6531657ee0

View file

@ -1,10 +1,10 @@
<?php <?php
return array ( return array (
'app_version' => 'v6.0.5', 'app_version' => 'v6.0.5',
'full_app_version' => 'v6.0.5 - build 8230-g393c32558', 'full_app_version' => 'v6.0.5 - build 8229-g94e723a88',
'build_version' => '8230', 'build_version' => '8229',
'prerelease_version' => '', 'prerelease_version' => '',
'hash_version' => 'g393c32558', 'hash_version' => 'g94e723a88',
'full_hash' => 'v6.0.5-102-g393c32558', 'full_hash' => 'v6.0.5-101-g94e723a88',
'branch' => 'master', 'branch' => 'develop',
); );