Skip to content

Commit bc5b763

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/core/version.go

Lines changed: 2 additions & 2 deletions
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 = "v20250312006.0.0"
8+
Version = "v20250312006.1.0"
99
// Resource Version.
10-
Resource = "20250312"
10+
Resource = ""
1111
)

0 commit comments

Comments
 (0)