From b00c0f3e1e0cd35bcfef26bbb60492d23ccb0a45 Mon Sep 17 00:00:00 2001 From: Cam Saul Date: Mon, 19 Aug 2019 18:36:30 -0700 Subject: [PATCH] Release 1.14.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 37bc127..3a257bc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject toucan "1.14.0-SNAPSHOT" +(defproject toucan "1.14.0" :description "Functionality for defining your application's models and querying the database." :url "https://github.com/metabase/toucan" :license {:name "Eclipse Public License"