We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a513be0 commit 5afecc5Copy full SHA for 5afecc5
version/version.go
@@ -4,8 +4,11 @@
4
// not use this file except in compliance with the License. You may obtain
5
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
6
7
+// DO NOT EDIT. Code generated by Github action
8
+// "mongodb-labs/drivers-github-tools/golang/pre-publish".
9
+
10
// Package version defines the Go Driver version.
-package version // import "go.mongodb.org/mongo-driver/version"
11
+package version
12
13
// Driver is the current version of the driver.
-var Driver = "2.0.0"
14
+var Driver = "2.1.0"
0 commit comments