Skip to content

Commit 27896ad

Browse files
Update version numbers from 5.15.3 -> 5.16.0 [skip ci]
1 parent 6ec86dd commit 27896ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.15.3
2+
current_version = 5.16.0
33
commit = True
44
message = Update version numbers from {current_version} -> {new_version} [skip ci]
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/go-sdk-core)](https://cla-assistant.io/ibm/go-sdk-core)
77

88

9-
# IBM Go SDK Core Version 5.15.3
9+
# IBM Go SDK Core Version 5.16.0
1010
This project contains core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator
1111
(openapi-sdkgen).
1212

core/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ package core
1515
// limitations under the License.
1616

1717
// Version of the SDK
18-
const __VERSION__ = "5.15.3"
18+
const __VERSION__ = "5.16.0"

0 commit comments

Comments
 (0)