From 0e8dbbd8e48363e4a771de1c65dc5c8b4cdf282b Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 7 Feb 2019 11:06:17 -0500 Subject: [PATCH] Version bump to v2.3.0.beta2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 000409bf3a8..0683bfa8731 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -7,7 +7,7 @@ module Discourse MAJOR = 2 MINOR = 3 TINY = 0 - PRE = 'beta1' + PRE = 'beta2' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end