Skip to content

Commit

Permalink
Update version 0.0.1 -> 0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 19, 2024
1 parent 0cf56b8 commit 6ae9a1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.0.1"
current_version = "0.0.2"
commit = true
message = "Update version {current_version} -> {new_version} [skip ci]"

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

# sdsaas 0.0.1
# sdsaas 0.0.2
Go client library to interact with the various [IBM Cloud Sds Sdk APIs](https://cloud.ibm.com/apidocs?category=sds-go-sdk).

Disclaimer: this SDK is being released initially as a **pre-release** version.
Expand All @@ -27,7 +27,7 @@ Changes might occur which impact applications that use this SDK.
<!-- toc -->

- [sds-go-sdk](#sds-go-sdk)
- [sdsaas 0.0.1](#sdsaas-000)
- [sdsaas 0.0.2](#sdsaas-000)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -60,7 +60,7 @@ Service Name | Package name
* Go version 1.21 or above.

## Installation
The current version of this SDK: 0.0.1
The current version of this SDK: 0.0.2

### Go modules
If your application uses Go modules for dependency management (recommended), just add an import for each service
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "0.0.1"
const Version = "0.0.2"

0 comments on commit 6ae9a1e

Please sign in to comment.