From bcc547ebf7a47a7d719ccead08b8a49d97936ae0 Mon Sep 17 00:00:00 2001 From: George Narroway Date: Fri, 12 Feb 2021 13:26:58 +0800 Subject: [PATCH] bump version --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 2912019..fe12959 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ -(defproject mongo-driver-3 "0.6.0" - :description "A Clojure wrapper for the Java MongoDB driver 3.11+." +(defproject mongo-driver-3 "0.6.1-SNAPSHOT" + :description "A Clojure wrapper for the Java MongoDB driver 3.11/4.0+." :url "https://github.com/gnarroway/mongo-driver-3" :license {:name "The MIT License" :url "http://opensource.org/licenses/mit-license.php"