Bump version to rc1

上级 9848e891
module ActionMailer
# Returns the version of the currently loaded ActionMailer as a Gem::Version
def self.version
Gem::Version.new "4.0.0.beta1"
Gem::Version.new "4.0.0.rc1"
end
module VERSION #:nodoc:
......
module ActionPack
# Returns the version of the currently loaded ActionPack as a Gem::Version
def self.version
Gem::Version.new "4.0.0.beta1"
Gem::Version.new "4.0.0.rc1"
end
module VERSION #:nodoc:
......
module ActiveModel
# Returns the version of the currently loaded ActiveModel as a Gem::Version
def self.version
Gem::Version.new "4.0.0.beta1"
Gem::Version.new "4.0.0.rc1"
end
module VERSION #:nodoc:
......
module ActiveRecord
# Returns the version of the currently loaded ActiveRecord as a Gem::Version
def self.version
Gem::Version.new "4.0.0.beta1"
Gem::Version.new "4.0.0.rc1"
end
module VERSION #:nodoc:
......
module ActiveSupport
# Returns the version of the currently loaded ActiveSupport as a Gem::Version
def self.version
Gem::Version.new "4.0.0.beta1"
Gem::Version.new "4.0.0.rc1"
end
module VERSION #:nodoc:
......
......@@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta1"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
PRE = "beta1"
PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册