Version bump to v1.3.0

This commit is contained in:
Neil Lalonde 2015-06-01 15:28:01 -04:00
parent 3e317b40da
commit 327781660f

View File

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