Skip to content

Commit 85a3c4d

Browse files
authored
INTMDB-138: Post release version bump (#161)
1 parent d2dfafd commit 85a3c4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.6.0
2-
since-tag=v0.5.0
1+
future-release=v0.7.0
2+
since-tag=v0.6.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
gzipMediaType = "application/gzip"
2626
libraryName = "go-mongodbatlas"
2727
// Version the version of the current API client
28-
Version = "0.6.0" // Should be set to the next version planned to be released
28+
Version = "0.7.0" // Should be set to the next version planned to be released
2929
)
3030

3131
var (

0 commit comments

Comments
 (0)