From 2ac344ae989be2d2e4701da33b75382e2628778a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 6 Jun 2016 20:17:21 +0300 Subject: [PATCH] Set verstion to 1.2.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2af5cde..015e455 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/suricatta "1.1.0" +(defproject funcool/suricatta "1.2.0-SNAPSHOT" :description "High level sql toolkit for clojure (backed by jooq library)" :url "https://github.com/funcool/suricatta" :license {:name "BSD (2-Clause)"