diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4e0cfcd..5bb5c7f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True message = [skip ci] docs: Update version numbers from {current_version} -> {new_version} diff --git a/core/version.go b/core/version.go index 302f728..890807f 100644 --- a/core/version.go +++ b/core/version.go @@ -15,4 +15,4 @@ package core // limitations under the License. // Version of the SDK -const __VERSION__ = "0.6.0" +const __VERSION__ = "0.7.0"