diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index cc73a14f7c..883fbb2365 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -2,7 +2,7 @@ module ActiveRecord module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 19 + TINY = 20 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') |