mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Version bump to v1.0.0
This commit is contained in:
parent
4fec41de23
commit
5db66aeafa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user