diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2009-03-15 22:06:50 -0500 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2009-03-15 22:06:50 -0500 |
commit | 73fc42cc0b5e94541480032c2941a50edd4080c2 (patch) | |
tree | dbec805ec47921aae6ef179f42b541594b44b01d /activerecord/lib | |
parent | 5f10533949457e3797c8f0b51eb30a9268bceb4d (diff) | |
download | rails-73fc42cc0b5e94541480032c2941a50edd4080c2.tar.gz rails-73fc42cc0b5e94541480032c2941a50edd4080c2.tar.bz2 rails-73fc42cc0b5e94541480032c2941a50edd4080c2.zip |
Prepare for final 2.3 release
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index 809e91897e..852807b4c5 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -2,7 +2,7 @@ module ActiveRecord module VERSION #:nodoc: MAJOR = 2 MINOR = 3 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end |