From c6b31464dbc86e0dc20bf99aaee9aeeb7ac55a5b Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 4 May 2020 11:44:42 -0400 Subject: [PATCH] Version bump to v2.5.0.beta4 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 07f2377661..c4fe771461 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -9,7 +9,7 @@ module Discourse MAJOR = 2 MINOR = 5 TINY = 0 - PRE = 'beta3' + PRE = 'beta4' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end