From c720175b56c8dce253b354adca4f1bd84e61e3e8 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Mon, 23 Feb 2015 18:15:30 -0800 Subject: [PATCH] Release 0.4.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d8b3cde..ce6cb92 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject michaelblume/honeysql "0.4.4-SNAPSHOT" +(defproject michaelblume/honeysql "0.4.4" :description "SQL as Clojure data structures" :url http://www.github.com/MichaelBlume/honeysql :license {:name "Eclipse Public License"