From f59bfa7ec9bc96231d59fadf78336a78cbb750c4 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Wed, 1 Jul 2020 16:57:41 +0100 Subject: [PATCH] Version bump --- README.md | 2 +- onceover.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1803bd3..280c8148 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Onceover is a tool to automatically run basic tests on an entire Puppet controlrepo. It includes automatic parsing of the `Puppetfile`, `environment.conf` and others in order to stop silly mistakes ever reaching your Puppet Master! -**🍺🥳 New in v3.16.0: Multi-threaded module downloads!! See [r10k config](#r10k-config) to enable** +**🍺🥳 New in v3.17.1: Heaps more Windows fixes! Windows code is now more likely to compile on Non-Windows.** ## Table of Contents diff --git a/onceover.gemspec b/onceover.gemspec index 9faa40b2..f9ca65e5 100644 --- a/onceover.gemspec +++ b/onceover.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "onceover" - s.version = "3.17.0" + s.version = "3.17.1" s.authors = ["Dylan Ratcliffe"] s.email = ["dylan.ratcliffe@puppet.com"] s.homepage = "https://github.com/dylanratcliffe/onceover"