Version bump to v1.0.0

This commit is contained in:
Neil Lalonde 2014-08-26 15:24:07 -04:00
parent 4fec41de23
commit 5db66aeafa
1 changed files with 4 additions and 4 deletions

View File

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