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

@ -1,11 +1,11 @@
module Discourse
# work around reloader
unless defined? ::Discourse::VERSION
# work around reloader
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 5
PRE = 2
TINY = 6
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end