From 7eb53b7b1420088cf8f2d591a754f2ee992deed1 Mon Sep 17 00:00:00 2001 From: David Santiago Date: Wed, 4 Apr 2012 01:04:28 -0700 Subject: [PATCH] Update version to 0.4.2 in project.clj --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ad3038a..9decd93 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject configleaf "0.4.1" +(defproject configleaf "0.4.2" :description "Persistent and buildable profiles in Leiningen." :dependencies [[org.clojure/clojure "1.2.0"] [stencil "0.1.2"]