From ff0e20822678d33add842fff1eb834c01708eb46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Jun 2021 17:39:35 +0000 Subject: [PATCH] Update version 0.14.0 -> 0.14.1 [skip ci] --- .bumpversion.cfg | 2 +- README.md | 6 +++--- common/version.go | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ca19922..d8cac96 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 0.14.1 commit = True message = Update version {current_version} -> {new_version} [skip ci] diff --git a/README.md b/README.md index 9afe318..a72a8a3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![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 Networking Go SDK Version 0.14.0 +# IBM Cloud Networking Go SDK Version 0.14.1 Go client library to interact with the various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=). @@ -88,7 +88,7 @@ The IBM Cloud Networking Go SDK allows developers to programmatically interact w ## Installation -The current version of this SDK: 0.14.0 +The current version of this SDK: 0.14.1 There are a few different ways to download and install the Networking Go SDK project for use by your Go application: @@ -157,7 +157,7 @@ to your `Gopkg.toml` file. Here is an example: ``` [[constraint]] name = "github.com/IBM/networking-go-sdk" - version = "0.14.0" + version = "0.14.1" ``` diff --git a/common/version.go b/common/version.go index 8307bbd..b757bae 100644 --- a/common/version.go +++ b/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.14.0" +const Version = "0.14.1"