Skip to content

Commit

Permalink
Merge pull request #35 from hellofresh/patch/mongo-1.0-released
Browse files Browse the repository at this point in the history
PT-3479 Bumped mongo driver version to 1.0
  • Loading branch information
vgarvardt committed Mar 18, 2019
2 parents a6ec287 + c7003bb commit ca19cec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@

[[constraint]]
name = "go.mongodb.org/mongo-driver"
version = "v1.0.0-rc1"
version = "v1.0.0"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tools: tools.golint
tools.golint:
@command -v golint >/dev/null ; if [ $$? -ne 0 ]; then \
echo "--> installing golint"; \
go get github.com/golang/lint/golint; \
go get golang.org/x/lint/golint; \
fi

0 comments on commit ca19cec

Please sign in to comment.