From e431b5036f334c3948eea40924a59c89ca91925c Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Sat, 9 Jan 2016 16:42:34 -0800 Subject: [PATCH] Version 0.4.7-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index be5e6bc..307cd7a 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ (def tk-version "1.1.1") (def tk-jetty-version "1.5.0") -(defproject puppetlabs/http-client "0.4.6" +(defproject puppetlabs/http-client "0.4.7-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}