diff --git a/README.md b/README.md index 17b893cd93..7740853d63 100644 --- a/README.md +++ b/README.md @@ -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.2" +dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.3" ``` ------------------------- diff --git a/version/version.go b/version/version.go index 3b45272d3e..1a20d49840 100644 --- a/version/version.go +++ b/version/version.go @@ -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.3+prerelease" +var Driver = "v1.0.3"