From 0930cbbcf091faebbaa3e82310d1f4589d8c896f Mon Sep 17 00:00:00 2001 From: George Narroway Date: Wed, 7 Feb 2024 11:10:24 +0800 Subject: [PATCH] bump version to 0.9.0-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4634dd5..9103d25 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mongo-driver-3 "0.8.0" +(defproject mongo-driver-3 "0.9.0-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"