From 72799973e7f0644e77d0d62337cfce42f42343e7 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 May 2022 14:41:44 -0700 Subject: [PATCH] Bumped version 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 690bf00044..9331adab0b 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v6.0.1', - 'full_app_version' => 'v6.0.1 - build 7750-gb2e7572fe', - 'build_version' => '7750', + 'app_version' => 'v6.0.2', + 'full_app_version' => 'v6.0.2 - build 7880-g43c5b412c', + 'build_version' => '7880', 'prerelease_version' => '', - 'hash_version' => 'gb2e7572fe', - 'full_hash' => 'v6.0.1-29-gb2e7572fe', - 'branch' => 'master', + 'hash_version' => 'g43c5b412c', + 'full_hash' => 'v6.0.2-128-g43c5b412c', + 'branch' => 'develop', ); \ No newline at end of file