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 930d5eb commit 82905e3Copy full SHA for 82905e3
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
+dep ensure -add "go.mongodb.org/mongo-driver/mongo@>=1.0.0-rc2"
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.0-rc2+prerelease"
+var Driver = "v1.0.0-rc2"
0 commit comments