From c6d3c031c7e38bca32c760695fc18384d4c0fabf Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 5 May 2019 22:32:01 -0400 Subject: [PATCH] Bumped version (I will release this version officially tomorrow) --- config/version.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/version.php b/config/version.php index 7ae4ca516d..78d3fee89c 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v4.6.15', - 'full_app_version' => 'v4.6.15 - build 4011-gd1e9fbfa2', - 'build_version' => '4011', + 'app_version' => 'v4.6.16', + 'full_app_version' => 'v4.6.16 - build 4018-gce16eae50', + 'build_version' => '4018', 'prerelease_version' => '', - 'hash_version' => 'gd1e9fbfa2', - 'full_hash' => 'v4.6.15-2-gd1e9fbfa2', - 'branch' => 'master', + 'hash_version' => 'gce16eae50', + 'full_hash' => 'v4.6.16-6-gce16eae50', + 'branch' => 'features/6204_email_audit-alerts', );