From 4423c6b9f98d6c827fab490fbc754ff322c983dd Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 17 Nov 2015 11:39:38 -0500 Subject: [PATCH] Version bump to v1.5.0.beta5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 60a0859f95b..7449857616b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 5 TINY = 0 - PRE = 'beta4' + PRE = 'beta5' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end