Skip to content

Commit 8cf8a08

Browse files
committed
bumping version to 4.0.11
1 parent c05f3bd commit 8cf8a08

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

RAILS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.10
1+
4.0.11

actionmailer/lib/action_mailer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActionMailer
22
# Returns the version of the currently loaded ActionMailer as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10"
4+
Gem::Version.new "4.0.11"
55
end
66

77
module VERSION #:nodoc:

actionpack/lib/action_pack/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActionPack
22
# Returns the version of the currently loaded ActionPack as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10"
4+
Gem::Version.new "4.0.11"
55
end
66

77
module VERSION #:nodoc:

activemodel/lib/active_model/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveModel
22
# Returns the version of the currently loaded ActiveModel as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10"
4+
Gem::Version.new "4.0.11"
55
end
66

77
module VERSION #:nodoc:

activerecord/lib/active_record/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveRecord
22
# Returns the version of the currently loaded ActiveRecord as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10"
4+
Gem::Version.new "4.0.11"
55
end
66

77
module VERSION #:nodoc:

activesupport/lib/active_support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveSupport
22
# Returns the version of the currently loaded ActiveSupport as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10"
4+
Gem::Version.new "4.0.11"
55
end
66

77
module VERSION #:nodoc:

railties/lib/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Rails
22
module VERSION
33
MAJOR = 4
44
MINOR = 0
5-
TINY = 10
5+
TINY = 11
66
PRE = nil
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Rails
22
module VERSION
33
MAJOR = 4
44
MINOR = 0
5-
TINY = 10
5+
TINY = 11
66
PRE = nil
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

0 commit comments

Comments
 (0)