From 113ce00e6a36f83575da60173ece6af7b20ad0ba Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 26 May 2016 11:51:48 -0400 Subject: [PATCH] Version bump to v1.6.0.beta6 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 146324f3b..919b48142 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 6 TINY = 0 - PRE = 'beta5' + PRE = 'beta6' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end