Version bump to v1.3.4

This commit is contained in:
Neil Lalonde 2015-07-30 15:45:05 -04:00
parent a716f9857b
commit 30e2b579c1

View File

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