mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
Version bump to v2.6.0.beta1
This commit is contained in:
parent
8e07ee7e36
commit
b9174c8e8a
@ -7,9 +7,9 @@ module Discourse
|
||||
unless defined? ::Discourse::VERSION
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 2
|
||||
MINOR = 5
|
||||
MINOR = 6
|
||||
TINY = 0
|
||||
PRE = 'beta7'
|
||||
PRE = 'beta1'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user