Skip to content

Commit 21c3d19

Browse files
Update version 0.78.2 -> 0.79.0 [skip ci]
1 parent e225c3e commit 21c3d19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.78.2"
2+
current_version = "0.79.0"
33
commit = true
44
message = "Update version {current_version} -> {new_version} [skip ci]"
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![CLA assistant](https://cla-assistant.io/readme/badge/IBM/platform-services-go-sdk)](https://cla-assistant.io/IBM/platform-services-go-sdk)
88

99

10-
# IBM Cloud Platform Services Go SDK Version 0.78.2
10+
# IBM Cloud Platform Services Go SDK Version 0.79.0
1111

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

8989
## Installation
90-
The current version of this SDK: 0.78.2
90+
The current version of this SDK: 0.79.0
9191

9292
### Go modules
9393
If your application uses Go modules for dependency management (recommended), just add an import for each service

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package common
1818

1919
// Version of the SDK
20-
const Version = "0.78.2"
20+
const Version = "0.79.0"

0 commit comments

Comments
 (0)