From d1937224855fa0f7f2c3ea615d4158fc96f94ed7 Mon Sep 17 00:00:00 2001 From: Magnus Landerblom Date: Wed, 20 Mar 2019 08:51:46 +0100 Subject: [PATCH] Version 0.3.2 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 87ae8c5..71dce81 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject kafka-http-reporter "0.3.0" +(defproject kafka-http-reporter "0.3.2" :description "Expose JMX metrics through a HTTP interface" :url "http://github.com/CloudKarafka/kafka-http-reporter" :license {:name "Apache License 2.0"