Skip to content

Commit

Permalink
Update version to v1.1.1
Browse files Browse the repository at this point in the history
Change-Id: I9d8f8c665764fc0b922368ba1290d105fea5cc80
  • Loading branch information
skriptble committed Sep 5, 2019
1 parent 9183af5 commit c520d02
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.1.0"
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.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.1.1+prerelease"
var Driver = "v1.1.1"

0 comments on commit c520d02

Please sign in to comment.