From cfb1dc8beda1cbfa1f8f3e8bc4b216431aa47dc9 Mon Sep 17 00:00:00 2001 From: Konstantin Munteanu Date: Tue, 3 May 2022 14:48:20 +0200 Subject: [PATCH] Version bump v1.0.1 --- api_valve.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_valve.gemspec b/api_valve.gemspec index 924db46..79a95c4 100644 --- a/api_valve.gemspec +++ b/api_valve.gemspec @@ -3,7 +3,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__) # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = 'api_valve' - s.version = ENV.fetch 'VERSION', '1.0.0' + s.version = ENV.fetch 'VERSION', '1.0.1' s.authors = ['mkon'] s.email = ['konstantin@munteanu.de'] s.homepage = 'https://github.com/mkon/api_valve'