From 84e1b531fda1a62a2da4b54840a57caf37a42c0b Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 15 Dec 2016 20:53:50 -0800 Subject: [PATCH] Bumped hash --- config/version.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/version.php b/config/version.php index b00ccabf25..0da313a96f 100644 --- a/config/version.php +++ b/config/version.php @@ -1,7 +1,7 @@ 'v3.6.1', - 'build_version' => 'pre', - 'hash_version' => '92', - 'full_hash' => 'v3.6.1-pre-92-g4751bcd', -); \ No newline at end of file + 'app_version' => 'v3.7.0-pre', + 'build_version' => '10', + 'hash_version' => 'g76344a8', + 'full_hash' => 'v3.7.0-pre-10-g76344a8', +);