From 32ed7dee633bad8ff536b838f168d02bd5211c6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 20 Nov 2020 15:11:53 +0000 Subject: [PATCH] Update version 0.3.0 -> 0.3.1 [skip ci] --- .bumpversion.cfg | 2 +- README.md | 4 ++-- common/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f1fb98e..2d0b34b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.3.1 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 174b6f7..22a5a7c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/IBM/vpc-go-sdk) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -# IBM Cloud VPC Go SDK Version 0.3.0 +# IBM Cloud VPC Go SDK Version 0.3.1 Go client library to interact with the various [IBM Cloud VPC Services APIs](https://cloud.ibm.com/apidocs?category=vpc). **Note** As IBM continues to invest and innovate on the IBM Cloud Virtual Private Cloud (gen 2 compute) infrastructure, we're focusing on delivering maximum value in a single VPC Infrastructure platform. To support this effort, generation 1 compute infrastructure is being deprecated. The end of service date is 26 February 2021. For more information, see the [Start your migration](https://www.ibm.com/cloud/blog/announcements/start-your-vpc-gen1-to-vpc-gen2-migration) blog. @@ -96,7 +96,7 @@ to your `Gopkg.toml` file. Here is an example: ``` [[constraint]] name = "github.com/IBM/vpc-go-sdk/" - version = "0.3.0" + version = "0.3.1" ``` then run `dep ensure`. diff --git a/common/version.go b/common/version.go index 8aa9fac..d0c56ca 100644 --- a/common/version.go +++ b/common/version.go @@ -1,4 +1,4 @@ package common // Version of the SDK -const Version = "0.3.0" +const Version = "0.3.1"