From 2987a46f48c6f135aee512febedc522514d7d51a Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 5 Dec 2019 13:50:33 -0500 Subject: [PATCH] Version bump to v2.4.0.beta8 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 748dd2f438e..61eeb631128 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse MAJOR = 2 MINOR = 4 TINY = 0 - PRE = 'beta7' + PRE = 'beta8' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end