From 6ec9d10867ee222d0cf8df28e11683d8f232f518 Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Wed, 22 Oct 2014 16:22:43 -0700 Subject: [PATCH] lein-release plugin: bumped version from 0.3.1 to 0.3.2-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 456d253..5284bea 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (def ks-version "0.7.2") (def tk-version "0.5.1") -(defproject puppetlabs/http-client "0.3.1" +(defproject puppetlabs/http-client "0.3.2-SNAPSHOT" :description "HTTP client wrapper" :license {:name "Apache License, Version 2.0" :url "http://www.apache.org/licenses/LICENSE-2.0.html"}