Version bump to v0.9.0

This commit is contained in:
Neil Lalonde 2013-05-10 15:31:53 -04:00
parent cf01c98d81
commit ba8d40d24b
1 changed files with 2 additions and 2 deletions

View File

@ -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('.')