From 635c7f43ddb4f3f3bd52698fcaf97e262b1738be Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Apr 2007 17:06:16 +0000 Subject: Run with the latest versions so beta gems will work git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6548 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/lib/active_record/version.rb') diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index 4568a1b4b4..4027561d84 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -1,8 +1,8 @@ module ActiveRecord module VERSION #:nodoc: MAJOR = 1 - MINOR = 14 - TINY = 4 + MINOR = 15 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3