version bump

This commit is contained in:
Neil Lalonde 2013-02-20 16:00:52 -05:00
parent 6885e6cfa9
commit 2668be690f

View File

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