Skip to content

Commit 753c546

Browse files
committed
updating the version
1 parent 125dfdf commit 753c546

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

actionmailer/lib/action_mailer/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActionMailer
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

actionpack/lib/action_pack/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActionPack
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activemodel/lib/active_model/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveModel
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activerecord/lib/active_record/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveRecord
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activeresource/lib/active_resource/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveResource
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activesupport/lib/active_support/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveSupport
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

railties/lib/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Rails
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Rails
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
5-
TINY = 6
6-
PRE = nil
5+
TINY = 7
6+
PRE = "rc1"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

0 commit comments

Comments
 (0)