From fe37f16f0287a2fa9d1c11811ea4332e54057282 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sat, 18 May 2024 19:06:41 -0500 Subject: [PATCH] Prep v0.8.1 --- Gemfile.lock | 2 +- lib/active_record/associated_object/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e77973..8034cba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_record-associated_object (0.8.0) + active_record-associated_object (0.8.1) activerecord (>= 6.1) GEM diff --git a/lib/active_record/associated_object/version.rb b/lib/active_record/associated_object/version.rb index cc6b8b5..bcae410 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.0" + VERSION = "0.8.1" end end