Skip to content

Commit

Permalink
Update version 0.2.3 -> 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 8, 2024
1 parent 72d0faf commit 00a54dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.3.0
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand All @@ -9,4 +9,4 @@ replace = const Version = "{new_version}"

[bumpversion:file:README.md]
search = {current_version}
replace = {new_version}
replace = {new_version}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/IBM/schematics-go-sdk.svg?branch=main)](https://travis-ci.org/IBM/schematics-go-sdk)

# IBM Cloud Schematics Go SDK 0.2.3
# IBM Cloud Schematics Go SDK 0.3.0
Go client library to interact with the various [IBM Cloud Schematics APIs](https://cloud.ibm.com/apidocs?category=schematics).

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

<!-- toc -->

- [IBM Cloud Schematics Go SDK 0.2.3](#ibm-cloud-schematics-go-sdk-004)
- [IBM Cloud Schematics Go SDK 0.3.0](#ibm-cloud-schematics-go-sdk-004)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -56,7 +56,7 @@ Service Name | Package name
* Go version 1.12 or above.

## Installation
The current version of this SDK: 0.2.3
The current version of this SDK: 0.3.0

There are a few different ways to download and install the Schematics Go SDK project for use by your
Go application:
Expand Down Expand Up @@ -89,7 +89,7 @@ to your `Gopkg.toml` file. Here is an example:
```
[[constraint]]
name = "github.com/IBM/schematics-go-sdk"
version = "0.2.3"
version = "0.3.0"
```

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.2.3"
const Version = "0.3.0"

0 comments on commit 00a54dc

Please sign in to comment.