From f0a777424b50ebdce0c2405301ef740d77e31a73 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 10 Jan 2025 17:56:41 +0100 Subject: [PATCH] Release 0.7.2 --- .bumpversion.cfg | 2 +- voxpupuli-gem-workflow-test.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9eecd77..64295b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.1 +current_version = 0.7.2 message = Release {new_version} commit = True tag = True diff --git a/voxpupuli-gem-workflow-test.gemspec b/voxpupuli-gem-workflow-test.gemspec index b8b4dd6..c109597 100644 --- a/voxpupuli-gem-workflow-test.gemspec +++ b/voxpupuli-gem-workflow-test.gemspec @@ -2,7 +2,7 @@ require 'date' Gem::Specification.new do |s| s.name = 'voxpupuli-gem-workflow-test' - s.version = '0.7.1' + s.version = '0.7.2' s.summary = 'DO NOT USE - only for testing release workflows' s.description = 'Within Voxpupuli there are a lot of repositories maintained by various people. That requires automation, but automation requires testing.' s.authors = ['Voxpupuli']