Skip to content

Commit

Permalink
Update version 0.22.7 -> 0.22.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 7, 2022
1 parent 1b6e894 commit ecb5fc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.22.7
current_version = 0.22.8
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand All @@ -10,4 +10,3 @@ replace = const Version = "{new_version}"
[bumpversion:file:README.md]
search = {current_version}
replace = {new_version}

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![CLA assistant](https://cla-assistant.io/readme/badge/IBM/platform-services-go-sdk)](https://cla-assistant.io/IBM/platform-services-go-sdk)


# IBM Cloud Platform Services Go SDK Version 0.22.7
# IBM Cloud Platform Services Go SDK Version 0.22.8

Go client library to interact with various
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
Expand Down Expand Up @@ -78,7 +78,7 @@ Service Name | Package name
* Go version 1.14 or above.

## Installation
The current version of this SDK: 0.22.7
The current version of this SDK: 0.22.8

### Go modules
If your application uses Go modules for dependency management (recommended), just add an import for each service
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.22.7"
const Version = "0.22.8"

0 comments on commit ecb5fc3

Please sign in to comment.