aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2016-08-10 15:23:08 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2016-08-10 15:23:08 -0700
commitebc3639139d21eeb8452edb28ce62530cc075198 (patch)
tree8af7b1700c31711bb7541c8dcb30df14cb45cf35 /activesupport
parent4bcccf5ecd81a6272479537911b7d9760c5be164 (diff)
downloadrails-ebc3639139d21eeb8452edb28ce62530cc075198.tar.gz
rails-ebc3639139d21eeb8452edb28ce62530cc075198.tar.bz2
rails-ebc3639139d21eeb8452edb28ce62530cc075198.zip
bumping version
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 0739bd494d..17b1993ed9 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 = "2"
+ PRE = "3"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end