From efae055402133d203cd9d9b5ad6c4eb52a4e5b6b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 25 Dec 2016 12:26:58 +0100 Subject: [PATCH] Set version to 1.3.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2d8e139..55ed43e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject funcool/suricatta "1.2.0" +(defproject funcool/suricatta "1.3.0" :description "High level sql toolkit for clojure (backed by jooq library)" :url "https://github.com/funcool/suricatta" :license {:name "BSD (2-Clause)"