From 75ee523a83ef6c4f683df0055f9233a47ed4fec0 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 6 Aug 2015 15:32:51 -0400 Subject: [PATCH] Version bump to v1.4.0.beta8 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index c4ede9fe1c..52186db606 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 4 TINY = 0 - PRE = 'beta7' + PRE = 'beta8' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end