From ee1acdffc3a4bdbdade7fe66770cfc555b49bd18 Mon Sep 17 00:00:00 2001 From: Cam Saul <1455846+camsaul@users.noreply.github.com> Date: Thu, 20 Jan 2022 17:35:47 -0800 Subject: [PATCH] Release 1.17.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e2d9e79..4460048 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject toucan "1.16.0" +(defproject toucan "1.17.0" :description "Functionality for defining your application's models and querying the database." :url "https://github.com/metabase/toucan" :license {:name "Eclipse Public License"