From f1e367c80837eb25c470b8300f62a1d59c71e13e Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Tue, 6 Dec 2016 14:45:29 -0800 Subject: [PATCH] Version 0.7.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f3fa7e6..5b5a440 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ (def tk-jetty-version "1.5.0") (def i18n-version "0.4.3") -(defproject puppetlabs/http-client "0.7.0" +(defproject puppetlabs/http-client "0.7.1-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}