Skip to content

Commit 760d525

Browse files
committed
Bump the Version constants to align with the *next* release rather than the previous release.
This allows people tracking non-release gems or git submodules to use the constants.
1 parent 0861772 commit 760d525

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

actionmailer/lib/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ActionMailer
22
module VERSION #:nodoc:
33
MAJOR = 2
44
MINOR = 0
5-
TINY = 4
5+
TINY = 5
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

actionpack/lib/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ActionPack #:nodoc:
22
module VERSION #:nodoc:
33
MAJOR = 2
44
MINOR = 0
5-
TINY = 4
5+
TINY = 5
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

activerecord/lib/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ActiveRecord
22
module VERSION #:nodoc:
33
MAJOR = 2
44
MINOR = 0
5-
TINY = 4
5+
TINY = 5
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

activeresource/lib/active_resource/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ActiveResource
22
module VERSION #:nodoc:
33
MAJOR = 2
44
MINOR = 0
5-
TINY = 4
5+
TINY = 5
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

activesupport/lib/active_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ActiveSupport
22
module VERSION #:nodoc:
33
MAJOR = 2
44
MINOR = 0
5-
TINY = 4
5+
TINY = 5
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

railties/lib/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Rails
22
module VERSION #:nodoc:
33
MAJOR = 2
44
MINOR = 0
5-
TINY = 4
5+
TINY = 5
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

0 commit comments

Comments
 (0)