From e2b72c451ef9996719e097f5a71cd138774ea3a4 Mon Sep 17 00:00:00 2001 From: Cam Saul <1455846+camsaul@users.noreply.github.com> Date: Wed, 20 Oct 2021 13:22:08 -0700 Subject: [PATCH] Release 1.16.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e4f6877..e2d9e79 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject toucan "1.15.4" +(defproject toucan "1.16.0" :description "Functionality for defining your application's models and querying the database." :url "https://github.com/metabase/toucan" :license {:name "Eclipse Public License"