Skip to content

Commit

Permalink
Update version numbers from 5.16.2 -> 5.16.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 21, 2024
1 parent 005fdb8 commit d21348f
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.2
current_version = 5.16.3
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.2
# IBM Go SDK Core Version 5.16.3
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.2"
const __VERSION__ = "5.16.3"

0 comments on commit d21348f

Please sign in to comment.