Version bump to v1.3.0

This commit is contained in:
Neil Lalonde 2015-06-03 16:52:09 -04:00
parent 8fec29ab32
commit 4b0f33cc80

View File

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