From 2561b5f3043d01c6cd1c1b495dd06748d9b987d2 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 25 Nov 2015 17:19:12 -0500 Subject: [PATCH] Version bump to v1.5.0.beta6 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 7449857616b..fe4fd6cc01f 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 5 TINY = 0 - PRE = 'beta5' + PRE = 'beta6' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end