Version bump to v2.5.4

This commit is contained in:
Neil Lalonde 2020-10-30 10:28:00 -04:00
parent c7cefb8e08
commit 77cef20952
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91

View File

@ -10,7 +10,7 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 2
MINOR = 5
TINY = 3
TINY = 4
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')