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

View file

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