aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-12-02 16:17:19 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2013-12-02 16:17:19 -0800
commit64226302d82493d9bf67aa9e4fa52b4e0269ee3d (patch)
tree11f50b067e052b8caef58122df76634ad5c1b316 /activesupport
parentd5a4095ca5725d5eebcce153d7d0738375146cef (diff)
downloadrails-64226302d82493d9bf67aa9e4fa52b4e0269ee3d.tar.gz
rails-64226302d82493d9bf67aa9e4fa52b4e0269ee3d.tar.bz2
rails-64226302d82493d9bf67aa9e4fa52b4e0269ee3d.zip
updating the changelog
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index c575e6054c..6ef2d9d357 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -2,7 +2,7 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 15
+ TINY = 16
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')