From eaf083f9f0960581c18241e86870e454e463c32e Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 3 Jan 2018 16:49:31 -0500 Subject: [PATCH] Version bump to v1.9.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index f5c574665e..ca87379a07 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 1 MINOR = 9 TINY = 0 - PRE = 'beta17' + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end