From 80d59cfb7d841b9c7f23df7bd1e128d49f2cff42 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Wed, 5 Oct 2016 11:02:16 -0700 Subject: [PATCH] Version 0.6.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6feeb82..94ffe24 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ (def tk-version "1.5.1") (def tk-jetty-version "1.5.0") -(defproject puppetlabs/http-client "0.6.0" +(defproject puppetlabs/http-client "0.6.1-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}