From 8922a91c1c27c9c0279be3fd5aa9ef56ba478dd2 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 10 Sep 2018 19:39:59 -0400 Subject: [PATCH] Version bump to v2.1.0 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 0259dc7e6a7..280cd294171 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 2 MINOR = 1 TINY = 0 - PRE = 'beta6' + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end