diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-02-26 12:58:44 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2016-02-29 15:39:32 -0300 |
commit | 1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a (patch) | |
tree | 27d3bbb86f8a00537cc06ee136a140fd5ffcc569 /activesupport | |
parent | 1b7d56c7c667e2ee46fd98db1d823c1a2c0b5e30 (diff) | |
download | rails-1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a.tar.gz rails-1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a.tar.bz2 rails-1ac2ddbc433ec96dd06affb6f10f33d9eb12d52a.zip |
Preparing for 3.2.22.2 release
Diffstat (limited to 'activesupport')
-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 18dbb49146..0739bd494d 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -3,7 +3,7 @@ module ActiveSupport MAJOR = 3 MINOR = 2 TINY = 22 - PRE = "1" + PRE = "2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |