We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9183af5 commit c520d02Copy full SHA for c520d02
README.md
@@ -31,7 +31,7 @@ The MongoDB supported driver for Go.
31
The recommended way to get started using the MongoDB Go driver is by using `dep` to install the dependency in your project.
32
33
```bash
34
-dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.0"
+dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.1"
35
```
36
37
-------------------------
version/version.go
@@ -7,4 +7,4 @@
7
package version // import "go.mongodb.org/mongo-driver/version"
8
9
// Driver is the current version of the driver.
10
-var Driver = "v1.1.1+prerelease"
+var Driver = "v1.1.1"
0 commit comments