Skip to content

Commit

Permalink
Update version to v1.0.1
Browse files Browse the repository at this point in the history
Change-Id: I1a7697a306206a67123f0bfcf9230507f486bbaf
  • Loading branch information
skriptble committed Apr 18, 2019
1 parent 53dc4c0 commit fd38aea
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"
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.1"
```

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

0 comments on commit fd38aea

Please sign in to comment.