Version bump to v2.2.5

This commit is contained in:
Rafael dos Santos Silva 2019-05-08 18:30:55 -03:00
parent 99dd426b12
commit c294ff3609

View File

@ -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('.')