Version bump to v2.5.1

This commit is contained in:
Neil Lalonde 2020-08-20 14:28:36 -04:00
parent 3510534261
commit 265eb1c7f9
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 = 0
TINY = 1
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')