From 74295070918ff6fd9b5e9adca1b1120aa8f515e7 Mon Sep 17 00:00:00 2001 From: Kris Jenkins Date: Fri, 17 Apr 2015 08:47:41 +0100 Subject: [PATCH] Version 0.4.1. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b47036f..f1a774a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject yesql "0.4.1-SNAPSHOT" +(defproject yesql "0.4.1" :description "A Clojure library for using SQL" :url "https://github.com/krisajenkins/yesql" :license {:name "Eclipse Public License"