From 9cb2997a1adf2bbc3c1820017caa6d1919a81119 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 26 Oct 2015 22:25:49 +0200 Subject: [PATCH] Set version to 0.6.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 957334b..69e175f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/suricatta "0.6.0-SNAPSHOT" +(defproject funcool/suricatta "0.6.0" :description "High level sql toolkit for clojure (backed by jooq library)" :url "https://github.com/funcool/suricatta" :license {:name "BSD (2-Clause)"