From 12c16a8d231ae753464f40ff9845c818c6ab0c5d Mon Sep 17 00:00:00 2001 From: Benjamin Meichsner Date: Tue, 26 Mar 2024 15:32:13 +0100 Subject: [PATCH] Bump version to 1.1.0 --- Gemfile.lock | 4 ++-- lib/sensu/plugins/minio/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34eeb30..e318d4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sensu-plugins-minio (1.0.0) + sensu-plugins-minio (1.1.0) sensu-plugin (~> 2.1) GEM @@ -15,7 +15,7 @@ GEM diff-lcs (1.5.0) hashdiff (1.0.1) jaro_winkler (1.5.4) - json (2.6.2) + json (2.7.1) mixlib-cli (1.7.0) parallel (1.19.2) parser (3.1.2.0) diff --git a/lib/sensu/plugins/minio/version.rb b/lib/sensu/plugins/minio/version.rb index dc13216..f46f3e9 100644 --- a/lib/sensu/plugins/minio/version.rb +++ b/lib/sensu/plugins/minio/version.rb @@ -3,7 +3,7 @@ module Sensu module Plugins module Minio - VERSION = '1.0.0' + VERSION = '1.1.0' end end end