From 3934a6cc50a959e6080db8d6c5d0e35166f13ad7 Mon Sep 17 00:00:00 2001 From: George Narroway Date: Tue, 4 Oct 2022 19:25:28 +0800 Subject: [PATCH] 0.7.0 release again --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1391ed4..b7ba0a7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mongo-driver-3 "0.7.0-SNAPSHOT" +(defproject mongo-driver-3 "0.7.0" :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"