mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
Version bump to v3.1.0.beta1 (#19822)
This commit is contained in:
parent
5f4911dae8
commit
17daf077e2
@ -8,9 +8,9 @@ module Discourse
|
||||
unless defined?(::Discourse::VERSION)
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 3
|
||||
MINOR = 0
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
PRE = "beta16"
|
||||
PRE = "beta1"
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user