Version bump to v1.3.1 (skip 1.3.0)

This commit is contained in:
Neil Lalonde 2015-06-03 17:02:32 -04:00
parent 4b0f33cc80
commit 85b4e5fb0d

View File

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