From fd28d4c9784af70431c3a69d95f12b3b127ef977 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 25 Aug 2015 15:06:01 -0400 Subject: [PATCH] Version bump to v1.4.0.beta10 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 93448c54aba..aadc4d22338 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 4 TINY = 0 - PRE = 'beta9' + PRE = 'beta10' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end