From bb165ac8b1bd669f66a180f463dc24c186839319 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 15 Oct 2020 12:59:38 -0400 Subject: [PATCH] Version bump to v2.6.0.beta4 (#10933) --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index cd39dbccea..4e9f726e0b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -10,7 +10,7 @@ module Discourse MAJOR = 2 MINOR = 6 TINY = 0 - PRE = 'beta3' + PRE = 'beta4' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end