Set branch back to develop

I hads to switch branches because the automated GH action script always targets masterb

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-10-12 11:00:06 -07:00
parent 55b33c1042
commit 5ff72420a6

View file

@ -6,5 +6,5 @@ return array (
'prerelease_version' => '',
'hash_version' => 'g61fa0bda4',
'full_hash' => 'v6.0.11-145-g61fa0bda4',
'branch' => 'master',
'branch' => 'develop',
);