Version bump to v1.0.1

This commit is contained in:
Neil Lalonde 2014-09-05 12:29:45 -04:00
parent d7a2a65f1f
commit 1f797d5d31

View File

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