From 781807191e58a84b59f67386383f884c0985dedc Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 27 Nov 2014 16:48:08 -0500 Subject: [PATCH] Version bump to v1.2.0.beta3 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index e5c9757d7fd..2a87a0cc27f 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 2 TINY = 0 - PRE = 'beta2' + PRE = 'beta3' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end