aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-15 11:48:53 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-15 11:48:53 -0700
commit2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa (patch)
tree724166516b0484984ffc3a3bc2e71d90a25c25f5 /activemodel
parenteb8807e84dff1b726051946bf09336f36aaae93e (diff)
downloadrails-2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa.tar.gz
rails-2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa.tar.bz2
rails-2a0c4403fd905c3d2561c8ed69ed77dbd27c6bfa.zip
bumping to 3.2.15
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb
index 78d39dd888..16fe93dbbc 100644
--- a/activemodel/lib/active_model/version.rb
+++ b/activemodel/lib/active_model/version.rb
@@ -3,7 +3,7 @@ module ActiveModel
MAJOR = 3
MINOR = 2
TINY = 15
- PRE = "rc3"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end