From 613969a4c18d0a59d12429e24b20cedec959dd86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 09:55:51 +0000 Subject: [PATCH] Bump minor version. --- lib/bake/modernize/version.rb | 2 +- readme.md | 2 +- releases.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bake/modernize/version.rb b/lib/bake/modernize/version.rb index 375ad5c..db9ddae 100644 --- a/lib/bake/modernize/version.rb +++ b/lib/bake/modernize/version.rb @@ -5,6 +5,6 @@ module Bake module Modernize - VERSION = "0.60.0" + VERSION = "0.61.0" end end diff --git a/readme.md b/readme.md index e8b27d4..097e2b3 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Please see the [project documentation](https://ioquatix.github.io/bake-modernize Please see the [project releases](https://ioquatix.github.io/bake-modernize/releases/index) for all releases. -### Unreleased +### v0.61.0 - Provide agent context for updating gems and configuring GitHub releases. - Ignore `[bot]` authors in copyright attributions and gem authors. diff --git a/releases.md b/releases.md index 9565fe8..ea03e83 100644 --- a/releases.md +++ b/releases.md @@ -1,6 +1,6 @@ # Releases -## Unreleased +## v0.61.0 - Provide agent context for updating gems and configuring GitHub releases. - Ignore `[bot]` authors in copyright attributions and gem authors.