Skip to content

Commit

Permalink
BUMP v1.17.3
Browse files Browse the repository at this point in the history
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
  • Loading branch information
mongodb-dbx-release-bot[bot] committed Feb 25, 2025
1 parent 7f9f8b6 commit 9c48575
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
// not use this file except in compliance with the License. You may obtain
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

// DO NOT EDIT. Code generated by Github action
// "mongodb-labs/drivers-github-tools/golang/pre-publish".

// Package version defines the Go Driver version.
package version // import "go.mongodb.org/mongo-driver/version"
package version

// Driver is the current version of the driver.
var Driver = "1.17.1"
var Driver = "1.17.3"

0 comments on commit 9c48575

Please sign in to comment.