From c294ff3609f988dcafb742e91606d60ca13b794d Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 8 May 2019 18:30:55 -0300 Subject: [PATCH] Version bump to v2.2.5 --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index bb0c2e70af..19eee4c7a3 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -6,7 +6,7 @@ module Discourse module VERSION #:nodoc: MAJOR = 2 MINOR = 2 - TINY = 4 + TINY = 5 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')