From 6a2f30c2776cb3c32dc5471f2af687f0555cd696 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 15 Jul 2019 10:12:45 -0400 Subject: [PATCH] Version bump to v2.4.0.beta2 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 56bddefa0e6..4daa8610cf5 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse MAJOR = 2 MINOR = 4 TINY = 0 - PRE = 'beta1' + PRE = 'beta2' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end