Skip to content

Commit

Permalink
Update version 0.46.0 -> 0.46.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 24, 2024
1 parent 9e87528 commit a592770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.46.0
current_version = 0.46.1
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.46.0
# IBM Cloud Networking Go SDK Version 0.46.1

Go client library to interact with the various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=<networking>).

Expand Down Expand Up @@ -89,7 +89,7 @@ The IBM Cloud Networking Go SDK allows developers to programmatically interact w

## Installation

The current version of this SDK: 0.46.0
The current version of this SDK: 0.46.1

There are a few different ways to download and install the Networking Go SDK project for use by your
Go application:
Expand Down Expand Up @@ -159,7 +159,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/networking-go-sdk"
version = "0.46.0"
version = "0.46.1"
```
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "0.46.0"
const Version = "0.46.1"

0 comments on commit a592770

Please sign in to comment.