From b85056f4cd9fef601be723cd3ef67b39c3afe445 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 20 Oct 2016 10:49:55 -0400 Subject: [PATCH] Version bump to v1.7.0.beta6 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index f680629e61b..5dcf4ea1f97 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 7 TINY = 0 - PRE = 'beta5' + PRE = 'beta6' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end