From 334f89ca16a10146f179bb2b13f77bb7c90bb2c9 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 13 Apr 2015 14:59:46 -0400 Subject: [PATCH] Version bump to v1.3.0.beta5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index f85bc57a0c9..ade36a11ffc 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 3 TINY = 0 - PRE = 'beta4' + PRE = 'beta5' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end