Get ready to release 4.1.0.beta1

This commit is contained in:
David Heinemeier Hansson 2013-12-17 16:05:28 -08:00
parent 98fe2ac902
commit c0a2d474c5
7 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
4.1.0.beta
4.1.0.beta1

View File

@ -1,7 +1,7 @@
module ActionMailer
# Returns the version of the currently loaded ActionMailer as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta"
Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc:

View File

@ -1,7 +1,7 @@
module ActionPack
# Returns the version of the currently loaded ActionPack as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta"
Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc:

View File

@ -1,7 +1,7 @@
module ActionView
# Returns the version of the currently loaded ActionView as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta"
Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc:

View File

@ -1,7 +1,7 @@
module ActiveModel
# Returns the version of the currently loaded ActiveModel as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta"
Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc:

View File

@ -1,7 +1,7 @@
module ActiveRecord
# Returns the version of the currently loaded ActiveRecord as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta"
Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc:

View File

@ -1,7 +1,7 @@
module ActiveSupport
# Returns the version of the currently loaded ActiveSupport as a Gem::Version
def self.version
Gem::Version.new "4.1.0.beta"
Gem::Version.new "4.1.0.beta1"
end
module VERSION #:nodoc: