diff --git a/Gemfile.lock b/Gemfile.lock index 4afeeb2..bd3468d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_record-associated_object (0.8.2) + active_record-associated_object (0.8.3) activerecord (>= 6.1) GEM diff --git a/lib/active_record/associated_object/version.rb b/lib/active_record/associated_object/version.rb index d8cbca7..fff75c8 100644 --- a/lib/active_record/associated_object/version.rb +++ b/lib/active_record/associated_object/version.rb @@ -2,6 +2,6 @@ module ActiveRecord class AssociatedObject - VERSION = "0.8.2" + VERSION = "0.8.3" end end