From 484cd8b362a354dce98339f36d2bd2f1f7a52fa4 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 4 May 2016 14:30:46 -0400 Subject: [PATCH] Version bump to v1.6.0.beta3 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 3431cc5334..c991f58695 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 6 TINY = 0 - PRE = 'beta2' + PRE = 'beta3' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end