Skip to content

Commit

Permalink
Update version to v1.0.0-rc2
Browse files Browse the repository at this point in the history
Change-Id: I5ef0519780b3040f0bb3df00e5b8792ed1cb5168
  • Loading branch information
skriptble committed Mar 7, 2019
1 parent 930d5eb commit 82905e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
dep ensure -add "go.mongodb.org/mongo-driver/mongo@>=1.0.0-rc2"
```

-------------------------
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc2+prerelease"
var Driver = "v1.0.0-rc2"

0 comments on commit 82905e3

Please sign in to comment.