Version bump to v0.9.6
This commit is contained in:
parent
b097d780d0
commit
62c0b109a4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue