From 7c4f95ddfd2a4b433f133b7177722a84afe8a1e9 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Tue, 13 Oct 2015 07:13:14 -0700 Subject: [PATCH] Version 0.4.6-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 302d7fa..656d837 100644 --- a/project.clj +++ b/project.clj @@ -2,7 +2,7 @@ (def tk-version "1.1.0") (def tk-jetty-version "1.2.0") -(defproject puppetlabs/http-client "0.4.5" +(defproject puppetlabs/http-client "0.4.6-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}