mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 20:05:42 +08:00
Version bump to v1.5.0.beta1
This commit is contained in:
parent
7da727084f
commit
266f3591ce
@ -3,9 +3,9 @@ module Discourse
|
||||
unless defined? ::Discourse::VERSION
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 1
|
||||
MINOR = 4
|
||||
MINOR = 5
|
||||
TINY = 0
|
||||
PRE = 'beta12'
|
||||
PRE = 'beta1'
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user