aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-01-07 16:15:56 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-01-08 11:10:00 -0800
commit746dbd89faf8197e6d6f35f6e428a024923116a2 (patch)
treed8db15bf6da2f20551b8eeee3180a78be296a9cb /activemodel
parent43109ecb986470ef023a7e91beb9812718f000fe (diff)
downloadrails-746dbd89faf8197e6d6f35f6e428a024923116a2.tar.gz
rails-746dbd89faf8197e6d6f35f6e428a024923116a2.tar.bz2
rails-746dbd89faf8197e6d6f35f6e428a024923116a2.zip
bumping version
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index 1064e9ac22..51a678d151 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 = 10
+ TINY = 11
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')