From 16011d0a026373a6554110b713222c78fbd7d82a Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 7 Dec 2018 09:28:21 +1300 Subject: [PATCH] Version 0.11.6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d84cef9..56fea35 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.flatland/useful "0.11.6-SNAPSHOT" +(defproject org.flatland/useful "0.11.6" :description "A collection of generally-useful Clojure utility functions" :license {:name "Eclipse Public License - v 1.0" :url "http://www.eclipse.org/legal/epl-v10.html"