Bump version to 3.5.0
There are breaking changes that reflect breaking changes in Monger's dependencies: * MongoDB server and Java client * core.cache * Ragtime While not major, they can be breaking nonetheless so let's use a greater minor version bump than usual to communicate the greater than usual number of changes.
This commit is contained in:
parent
318e440d0d
commit
6bf528ed5b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.novemberain/monger "3.2.0-SNAPSHOT"
|
||||
(defproject com.novemberain/monger "3.5.0-SNAPSHOT"
|
||||
:description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
|
||||
:url "http://clojuremongodb.info"
|
||||
:min-lein-version "2.5.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue