Version bump to v2.4.1

This commit is contained in:
Neil Lalonde
2020-03-05 12:28:17 -05:00
parent 766665a287
commit ea73880146
+1 -1
View File
@@ -8,7 +8,7 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 2
MINOR = 4
TINY = 0
TINY = 1
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')