From c520d023af0a89aec8b7f97717b52da270df2c38 Mon Sep 17 00:00:00 2001 From: Kris Brandow Date: Thu, 5 Sep 2019 13:53:22 -0400 Subject: [PATCH] Update version to v1.1.1 Change-Id: I9d8f8c665764fc0b922368ba1290d105fea5cc80 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcaf13b447..379a5a999c 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.1.0" +dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.1" ``` ------------------------- diff --git a/version/version.go b/version/version.go index 6f724509a1..90a2c80c96 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.1.1+prerelease" +var Driver = "v1.1.1"