aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-07-23 14:41:02 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-07-23 14:41:02 -0700
commit753c546df4c8d639a8402552bdd5c9d077610f6c (patch)
tree145ef378e486bdd79ee4af5b4232400b597f9505 /activemodel/lib
parent125dfdfcf7aa990d49817ef84202f6a374804882 (diff)
downloadrails-753c546df4c8d639a8402552bdd5c9d077610f6c.tar.gz
rails-753c546df4c8d639a8402552bdd5c9d077610f6c.tar.bz2
rails-753c546df4c8d639a8402552bdd5c9d077610f6c.zip
updating the version
Diffstat (limited to 'activemodel/lib')
-rw-r--r--activemodel/lib/active_model/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index 73d666262a..42da22e5f4 100644
--- a/activemodel/lib/active_model/version.rb
+++ b/activemodel/lib/active_model/version.rb
@@ -2,8 +2,8 @@ module ActiveModel
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 6
- PRE = nil
+ TINY = 7
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end