Skip to content

Commit

Permalink
Update version to v1.0.0
Browse files Browse the repository at this point in the history
Change-Id: I8dc533d819d9b315d42fca3d0ce86212b7d82769
  • Loading branch information
skriptble committed Mar 13, 2019
1 parent 8f37256 commit 1c3b9b9
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@>=1.0.0-rc2"
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.0"
```

-------------------------
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"
var Driver = "v1.0.0"

0 comments on commit 1c3b9b9

Please sign in to comment.