Skip to content

Commit dcf42df

Browse files
wtrockigithub-actions[bot]
authored andcommitted
fix: required version bumps for Atlas SDK release
1 parent 809ee5a commit dcf42df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/core/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package core
55
// For more information please see: https://github.com/mongodb/atlas-sdk-go/blob/main/docs/doc_1_concepts.md
66
const (
77
// SDK release tag version.
8-
Version = "v20250312009.0.0"
8+
Version = "v20250312009.1.0"
99
// Resource Version.
1010
Resource = "20250312"
1111
)

0 commit comments

Comments
 (0)