Skip to content

Commit

Permalink
Update version to v1.0.3
Browse files Browse the repository at this point in the history
Change-Id: Ib4cb1221c71624078e374d03cbbca587155a1fb1
  • Loading branch information
skriptble committed Jun 6, 2019
1 parent 2edf2a2 commit 582ff34
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.2"
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.0.3"
```

-------------------------
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.3+prerelease"
var Driver = "v1.0.3"

0 comments on commit 582ff34

Please sign in to comment.