Skip to content

Commit 5afecc5

Browse files
BUMP v2.1.0
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
1 parent a513be0 commit 5afecc5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

version/version.go

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
// not use this file except in compliance with the License. You may obtain
55
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
66

7+
// DO NOT EDIT. Code generated by Github action
8+
// "mongodb-labs/drivers-github-tools/golang/pre-publish".
9+
710
// Package version defines the Go Driver version.
8-
package version // import "go.mongodb.org/mongo-driver/version"
11+
package version
912

1013
// Driver is the current version of the driver.
11-
var Driver = "2.0.0"
14+
var Driver = "2.1.0"

0 commit comments

Comments
 (0)