From dbd7471f4e8650349552b8dbd5d055dc4e563c2a Mon Sep 17 00:00:00 2001 From: mcorbin Date: Wed, 17 Jan 2018 22:49:06 +0100 Subject: [PATCH] Release 0.3.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5f53313..cb742c4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject riemann-discovery "0.2.0-SNAPSHOT" +(defproject riemann-discovery "0.3.0" :description "Service discovery for Riemann (riemann.io)" :url "https://github.com/mcorbin/riemann-discovery" :license {:name "MIT"}