Skip to content

Commit be02c9f

Browse files
committed
Update version to v1.0.2
Change-Id: Icd6b29cd073d4c196539d828fb3093a1528795dc
1 parent 2bddef6 commit be02c9f

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.1"
34+
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.2"
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.2+prerelease"
10+
var Driver = "v1.0.2"

0 commit comments

Comments
 (0)