Skip to content

Commit

Permalink
Update version numbers from 5.16.3 -> 5.16.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 8, 2024
1 parent c74778e commit ce922db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 5.16.3
current_version = 5.16.4
commit = True
message = Update version numbers from {current_version} -> {new_version} [skip ci]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/go-sdk-core)](https://cla-assistant.io/ibm/go-sdk-core)


# IBM Go SDK Core Version 5.16.3
# IBM Go SDK Core Version 5.16.4
This project contains core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator
(openapi-sdkgen).

Expand Down
2 changes: 1 addition & 1 deletion core/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ package core
// limitations under the License.

// Version of the SDK
const __VERSION__ = "5.16.3"
const __VERSION__ = "5.16.4"

0 comments on commit ce922db

Please sign in to comment.