From 075d9fc558864a5cdf1287176258c347f3f52c19 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 29 Nov 2018 11:18:11 -0500 Subject: [PATCH] Version bump to v2.2.0.beta5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index c0e86c781b0..ffa00746b49 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -5,7 +5,7 @@ module Discourse MAJOR = 2 MINOR = 2 TINY = 0 - PRE = 'beta4' + PRE = 'beta5' STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end