From 23bd3793aee8ff0f2537341bc296d4de876aa123 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Mon, 13 May 2024 17:29:47 -0400 Subject: [PATCH] Prep v0.8.0 --- 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 918ee70..1e77973 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_record-associated_object (0.7.1) + active_record-associated_object (0.8.0) activerecord (>= 6.1) GEM diff --git a/lib/active_record/associated_object/version.rb b/lib/active_record/associated_object/version.rb index ea9e39a..cc6b8b5 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.7.1" + VERSION = "0.8.0" end end