mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-29 15:35:23 -04:00
Version bump to v0.9.0
This commit is contained in:
parent
cf01c98d81
commit
ba8d40d24b
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ module Discourse
|
||||||
unless defined? ::Discourse::VERSION
|
unless defined? ::Discourse::VERSION
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 8
|
MINOR = 9
|
||||||
TINY = 9
|
TINY = 0
|
||||||
PRE = nil
|
PRE = nil
|
||||||
|
|
||||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue