From 5ff72420a6a4406676b49e21efc6fb33a83d8799 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 12 Oct 2022 11:00:06 -0700 Subject: [PATCH] Set branch back to develop I hads to switch branches because the automated GH action script always targets masterb Signed-off-by: snipe --- config/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.php b/config/version.php index 9f8b9a6988..8604157fe3 100644 --- a/config/version.php +++ b/config/version.php @@ -6,5 +6,5 @@ return array ( 'prerelease_version' => '', 'hash_version' => 'g61fa0bda4', 'full_hash' => 'v6.0.11-145-g61fa0bda4', - 'branch' => 'master', + 'branch' => 'develop', ); \ No newline at end of file