From 671a125c6262c5fbc2321895a5effe63427762ef Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 12 Dec 2017 09:24:40 -0800 Subject: [PATCH 1/2] Bumped hash --- config/version.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/version.php b/config/version.php index 0bb0d6d2d..7ce273726 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v4.1.8-pre', - 'full_app_version' => 'v4.1.8-pre - build 3068 (gceca76b)', - 'build_version' => '3068', + 'app_version' => 'v4.1.8', + 'full_app_version' => 'v4.1.8 - build 3103-geb827cd', + 'build_version' => '3103', 'prerelease_version' => '', - 'hash_version' => 'gceca76b', - 'full_hash' => 'v4.1.7-34-gceca76b', + 'hash_version' => 'geb827cd', + 'full_hash' => 'v4.1.7-69-geb827cd', 'branch' => 'develop', -); +); \ No newline at end of file From 55eaea011025ab5fe1ff771f565132aef03e6c8c Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 12 Dec 2017 09:25:06 -0800 Subject: [PATCH 2/2] Derp. --- config/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/version.php b/config/version.php index 7ce273726..bfa1dd3b3 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v4.1.8', - 'full_app_version' => 'v4.1.8 - build 3103-geb827cd', + 'app_version' => 'v4.1.8-pre', + 'full_app_version' => 'v4.1.8-pre - build 3103-geb827cd', 'build_version' => '3103', 'prerelease_version' => '', 'hash_version' => 'geb827cd', 'full_hash' => 'v4.1.7-69-geb827cd', 'branch' => 'develop', -); \ No newline at end of file +);