From cca654fc1a2974d46ecec7d81d5c9fc14bf34534 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 21 Jan 2020 17:05:30 -0500 Subject: [PATCH] Version bump to v2.4.0.beta10 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 29b0ad1ad8e..424d90ae07e 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse MAJOR = 2 MINOR = 4 TINY = 0 - PRE = 'beta9' + PRE = 'beta10' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end