From e4b0a5f66ebd2b7f29e4f868d2f6b2504df091e6 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 14 Sep 2016 14:16:18 -0700 Subject: bumping version --- activerecord/lib/active_record/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index c5740919d6..d55106a84b 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -3,7 +3,7 @@ module ActiveRecord MAJOR = 3 MINOR = 2 TINY = 22 - PRE = "4" + PRE = "5" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end -- cgit v1.2.3