From 5f8fa976d45c9e00a2a289cc18593e1af110783e Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 15 Jul 2021 14:54:02 -0400 Subject: [PATCH] Version bump to v2.8.0.beta3 (#13703) --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 359f0a4bcd9..88a32aa5032 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -10,7 +10,7 @@ module Discourse MAJOR = 2 MINOR = 8 TINY = 0 - PRE = 'beta2' + PRE = 'beta3' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end