File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .bumpversion ]
2
- current_version = " 0.77.0 "
2
+ current_version = " 0.77.1 "
3
3
commit = true
4
4
message = " Update version {current_version} -> {new_version} [skip ci]"
5
5
Original file line number Diff line number Diff line change 7
7
[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/IBM/platform-services-go-sdk )] ( https://cla-assistant.io/IBM/platform-services-go-sdk )
8
8
9
9
10
- # IBM Cloud Platform Services Go SDK Version 0.77.0
10
+ # IBM Cloud Platform Services Go SDK Version 0.77.1
11
11
12
12
Go client library to interact with various
13
13
[ IBM Cloud Platform Service APIs] ( https://cloud.ibm.com/docs?tab=api-docs&category=platform_services ) .
@@ -87,7 +87,7 @@ Service Name | Package name
87
87
* Go version 1.22 or above.
88
88
89
89
## Installation
90
- The current version of this SDK: 0.77.0
90
+ The current version of this SDK: 0.77.1
91
91
92
92
### Go modules
93
93
If your application uses Go modules for dependency management (recommended), just add an import for each service
Original file line number Diff line number Diff line change 17
17
package common
18
18
19
19
// Version of the SDK
20
- const Version = "0.77.0 "
20
+ const Version = "0.77.1 "
You can’t perform that action at this time.
0 commit comments