Skip to content

Commit fd38aea

Browse files
committed
Update version to v1.0.1
Change-Id: I1a7697a306206a67123f0bfcf9230507f486bbaf
1 parent 53dc4c0 commit fd38aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The MongoDB supported driver for Go.
3131
The recommended way to get started using the MongoDB Go driver is by using `dep` to install the dependency in your project.
3232

3333
```bash
34-
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.0"
34+
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.1"
3535
```
3636

3737
-------------------------

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
package version // import "go.mongodb.org/mongo-driver/version"
88

99
// Driver is the current version of the driver.
10-
var Driver = "v1.0.0"
10+
var Driver = "v1.0.1"

0 commit comments

Comments
 (0)