From 27eb5f633c4dcb5ba255e8dba24a895428cc3357 Mon Sep 17 00:00:00 2001 From: Cam Saul <1455846+camsaul@users.noreply.github.com> Date: Mon, 21 Oct 2019 12:56:27 -0700 Subject: [PATCH] Bump version -> 1.15.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 24d21f3..d4e9f65 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject toucan "1.15" +(defproject toucan "1.15.0" :description "Functionality for defining your application's models and querying the database." :url "https://github.com/metabase/toucan" :license {:name "Eclipse Public License"