From fd38aea397a6b7fdd52b5528e4cfd683821e7b39 Mon Sep 17 00:00:00 2001 From: Kris Brandow Date: Thu, 11 Apr 2019 13:55:25 -0400 Subject: [PATCH] Update version to v1.0.1 Change-Id: I1a7697a306206a67123f0bfcf9230507f486bbaf --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5e42c3a6f..a8ef1a998f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The MongoDB supported driver for Go. The recommended way to get started using the MongoDB Go driver is by using `dep` to install the dependency in your project. ```bash -dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.0" +dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.1" ``` ------------------------- diff --git a/version/version.go b/version/version.go index 82e4d80bdd..5d71a1171d 100644 --- a/version/version.go +++ b/version/version.go @@ -7,4 +7,4 @@ package version // import "go.mongodb.org/mongo-driver/version" // Driver is the current version of the driver. -var Driver = "v1.0.0" +var Driver = "v1.0.1"