aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-10-29 11:25:31 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2014-10-29 11:25:31 -0700
commit346acea281f048c853a6318429daac8d1a2e2d68 (patch)
tree0f8428998dc22d98dd29e091f17c8fe2f4c4d3ec /activemodel
parent3437f260a5903b651bf8b8f751345fb288fa9052 (diff)
downloadrails-346acea281f048c853a6318429daac8d1a2e2d68.tar.gz
rails-346acea281f048c853a6318429daac8d1a2e2d68.tar.bz2
rails-346acea281f048c853a6318429daac8d1a2e2d68.zip
bumping version to 3.2.20
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 3137205802..c7e339d18e 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 = 19
+ TINY = 20
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')