diff options
Diffstat (limited to 'activemodel')
-rw-r--r-- | activemodel/lib/active_model/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/lib/active_model/version.rb b/activemodel/lib/active_model/version.rb index 8fdcf687fd..45780f883a 100644 --- a/activemodel/lib/active_model/version.rb +++ b/activemodel/lib/active_model/version.rb @@ -2,8 +2,8 @@ module ActiveModel module VERSION #:nodoc: MAJOR = 3 MINOR = 2 - TINY = 14 - PRE = nil + TINY = 15 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end |