Version bump to v0.8.4

This commit is contained in:
Neil Lalonde 2013-03-15 18:21:19 -04:00
parent d9cdde9aa7
commit 19860bd2c5

View file

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