From 4c32ff7027454cfab0e026be661046d4ab6d15c1 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Fri, 3 Jan 2025 12:36:49 -0500 Subject: [PATCH] Bump patch version for #101 (rails 8.0.1 support) --- default_value_for.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_value_for.gemspec b/default_value_for.gemspec index bf636c1..f5a4a11 100644 --- a/default_value_for.gemspec +++ b/default_value_for.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{default_value_for} - s.version = "4.1.0" + s.version = "4.1.1" s.summary = %q{Provides a way to specify default values for ActiveRecord models} s.description = %q{The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner} s.email = %q{software-signing@phusion.nl}