From 13660b01612a8cc0e1a967b269ffb27397ba7e4a Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Wed, 8 May 2024 16:21:48 -0400 Subject: [PATCH] Bump configure_trusted_publisher to 0.1.7 --- Gemfile.lock | 2 +- lib/configure_trusted_publisher/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bd8ac79..b437a4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - configure_trusted_publisher (0.1.6) + configure_trusted_publisher (0.1.7) bundler (~> 2.5) command_kit (~> 0.5.5) diff --git a/lib/configure_trusted_publisher/version.rb b/lib/configure_trusted_publisher/version.rb index 8963a67..2d5f426 100644 --- a/lib/configure_trusted_publisher/version.rb +++ b/lib/configure_trusted_publisher/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ConfigureTrustedPublisher - VERSION = "0.1.6" + VERSION = "0.1.7" end