diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2012-12-23 13:36:49 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2012-12-23 13:36:49 -0800 |
commit | 8ba3df046f977dddd4bc46248db2a1355bc0ed1e (patch) | |
tree | 9cdda55b386c5cb406c0f2ee09cc31c61dc5fc65 /activemodel | |
parent | 325669f0795a9148fd31f7f496a40dc8e114ef52 (diff) | |
download | rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.tar.gz rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.tar.bz2 rails-8ba3df046f977dddd4bc46248db2a1355bc0ed1e.zip |
bumping version to 3.2.10
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb index 9af3ba8c15..1064e9ac22 100644 --- a/activemodel/lib/active_model/version.rb +++ b/activemodel/lib/active_model/version.rb @@ -2,7 +2,7 @@ module ActiveModel module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 9 + TINY = 10 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') |