Version bump to v1.6.2

This commit is contained in:
Neil Lalonde 2016-09-16 11:37:30 -04:00
parent 82fe884a7f
commit cbe623aaee

View File

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