Version bump to v2.7.4

This commit is contained in:
Penar Musaraj 2021-06-09 14:00:41 -04:00
parent db826335e9
commit fe1e1903eb
No known key found for this signature in database
GPG Key ID: E390435D881FF0F7

View File

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