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:
Michael Klishin 2018-12-02 21:45:44 +03:00
parent 318e440d0d
commit 6bf528ed5b
No known key found for this signature in database
GPG key ID: E80EDCFA0CDB21EE

View file

@ -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" :description "Monger is a Clojure MongoDB client for a more civilized age: friendly, flexible and with batteries included"
:url "http://clojuremongodb.info" :url "http://clojuremongodb.info"
:min-lein-version "2.5.1" :min-lein-version "2.5.1"