From 8a312f69a654cf39706214aef3e1d8d543391838 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 24 Aug 2022 16:37:22 -0700 Subject: [PATCH] Bumped hash Signed-off-by: snipe --- config/version.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/version.php b/config/version.php index de654ba27..e1e71466a 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v6.0.9', - 'full_app_version' => 'v6.0.9 - build 8515-g51f729872', - 'build_version' => '8515', + 'full_app_version' => 'v6.0.9 - build 8587-gcca531f8c', + 'build_version' => '8587', 'prerelease_version' => '', - 'hash_version' => 'g51f729872', - 'full_hash' => 'v6.0.9-103-g51f729872', - 'branch' => 'master', -); + 'hash_version' => 'gcca531f8c', + 'full_hash' => 'v6.0.9-68-gcca531f8c', + 'branch' => 'develop', +); \ No newline at end of file