Version bump to 0.8.3

This commit is contained in:
Neil Lalonde 2013-03-08 16:51:08 -05:00
parent 8c02d2f48d
commit 4aa1122ef2

View file

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