mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Version bump to v0.9.6
This commit is contained in:
parent
b097d780d0
commit
62c0b109a4
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue