From c9db2f8d37be40860e0d5e74109db28fb8362af7 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 15 Nov 2016 17:04:25 +0100 Subject: [PATCH] Set version to 1.2.0. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a7a8617..144a2be 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/suricatta "1.2.0-SNAPSHOT" +(defproject funcool/suricatta "1.2.0" :description "High level sql toolkit for clojure (backed by jooq library)" :url "https://github.com/funcool/suricatta" :license {:name "BSD (2-Clause)"