From 1ee7571a5c3765ab1ed57f085326ec10e2952fc3 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Wed, 24 Jan 2024 18:03:45 +0100 Subject: [PATCH] Prep v0.7.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 53d6164..918ee70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_record-associated_object (0.7.0) + active_record-associated_object (0.7.1) activerecord (>= 6.1) GEM diff --git a/lib/active_record/associated_object/version.rb b/lib/active_record/associated_object/version.rb index d8250dc..ea9e39a 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.0" + VERSION = "0.7.1" end end