Bump version to 0.8.5

This commit is contained in:
Neil Lalonde 2013-04-02 10:16:07 -04:00
parent 753e3675b1
commit 9e269fbc7c

View File

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