From 8be92d4de9ca53f5267e15a069a991d3912720bf Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 22 Sep 2015 15:08:51 -0400 Subject: [PATCH] Version bump to v1.4.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index cf7da889b6b..97c2d5bf239 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 4 TINY = 0 - PRE = 'beta12' + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end