aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-02-10 19:05:41 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-02-10 19:05:41 -0800
commit1dccd44a5c74f20b0406ecc8d39373226f73af35 (patch)
treef6111b47e6e7e95113b61236130e1a2a22711891 /activemodel
parent9b9be489948c65a8c6aef7ac063f600da914750a (diff)
downloadrails-1dccd44a5c74f20b0406ecc8d39373226f73af35.tar.gz
rails-1dccd44a5c74f20b0406ecc8d39373226f73af35.tar.bz2
rails-1dccd44a5c74f20b0406ecc8d39373226f73af35.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 51a678d151..5f4fd126a6 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 = 11
+ TINY = 12
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')