Version bump to v0.9.5

This commit is contained in:
Neil Lalonde 2013-07-11 17:26:14 -04:00
parent bb5a9aa34b
commit 6c3c77df66

View File

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