mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
Version bump to v1.0.0
This commit is contained in:
parent
4fec41de23
commit
5db66aeafa
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue