diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-06-16 12:31:59 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-06-16 12:31:59 -0300 |
commit | 180aad3a5b405141efde0b73a088aa5accbc683a (patch) | |
tree | 4346b866e87d8622cb12252a5a15402ec8a063cf /activesupport/lib/active_support | |
parent | 153cc843ad95930b00b0ca91d30b599b7dec9680 (diff) | |
download | rails-180aad3a5b405141efde0b73a088aa5accbc683a.tar.gz rails-180aad3a5b405141efde0b73a088aa5accbc683a.tar.bz2 rails-180aad3a5b405141efde0b73a088aa5accbc683a.zip |
Preparing for 3.2.22 release
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index c6ce40f0fd..4ff3b521a5 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 = 21 + TINY = 22 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') |