Version bump to v0.9.6

This commit is contained in:
Neil Lalonde 2013-08-07 18:47:04 -04:00
parent b097d780d0
commit 62c0b109a4
1 changed files with 4 additions and 4 deletions

View File

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