Bump version to rc1

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