From 2c6c88babacd1b0c850a335b1853531001d29f59 Mon Sep 17 00:00:00 2001 From: Asaf Mahlev Date: Sun, 27 Dec 2020 18:30:36 +0200 Subject: [PATCH] Bumping version to allow gem to publish --- logstash-output-kusto.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logstash-output-kusto.gemspec b/logstash-output-kusto.gemspec index d0516ec4..7937f456 100644 --- a/logstash-output-kusto.gemspec +++ b/logstash-output-kusto.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-kusto' #WATCH OUT: we hardcoded usage of this name in one of the classes. - s.version = '1.0.0' + s.version = '1.0.1' s.licenses = ['Apache-2.0'] s.summary = 'Writes events to Azure Data Explorer (Kusto)' s.description = 'This is a logstash output plugin used to write events to an Azure Data Explorer (a.k.a Kusto)'