Skip to content

Commit b9c0e32

Browse files
authored
Remove stale import hint from Go version bump template. (#71)
1 parent 9c72486 commit b9c0e32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

golang/pre-publish/bump-version.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ const (
1414
// not use this file except in compliance with the License. You may obtain
1515
// a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
1616
17+
// DO NOT EDIT. Code generated by Github action
18+
// "mongodb-labs/drivers-github-tools/golang/pre-publish".
19+
1720
// Package version defines the Go Driver version.
18-
package version // import "go.mongodb.org/mongo-driver/version"
21+
package version
1922
2023
// Driver is the current version of the driver.
2124
`

0 commit comments

Comments
 (0)