Version bump to v0.9.9.4

This commit is contained in:
Neil Lalonde 2014-05-07 10:52:18 -04:00
parent 11c0eb8db3
commit ac21bc9baa

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 0
MINOR = 9
TINY = 9
PRE = 3
PRE = 4
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end