From beb7ef01141bd76c0503ba1c3b968dcbabce5a97 Mon Sep 17 00:00:00 2001 From: Jenkins User Date: Mon, 14 Apr 2014 16:14:40 -0700 Subject: [PATCH] lein-release plugin: bumped version from 0.1.6 to 0.1.7-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index dcf4140..c473aa2 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (def ks-version "0.6.0") (def tk-version "0.3.10") -(defproject puppetlabs/http-client "0.1.6" +(defproject puppetlabs/http-client "0.1.7-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}