Version bump to v0.9.4

This commit is contained in:
Neil Lalonde 2013-06-26 17:55:12 -04:00
parent 278ae7e413
commit b47f6e80b8

View file

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