diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ec132c..691729b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 message = Release {new_version} commit = True tag = True diff --git a/voxpupuli-gem-workflow-test.gemspec b/voxpupuli-gem-workflow-test.gemspec index 942430a..f768455 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.8.0' + s.version = '0.8.1' 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']