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 2bddef6 commit be02c9fCopy full SHA for be02c9f
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.0.1"
+dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.2"
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.0.2+prerelease"
+var Driver = "v1.0.2"
0 commit comments