Skip to content

Commit

Permalink
docs(readme): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nven committed Aug 4, 2021
1 parent 9c1ae09 commit cbd9443
Showing 1 changed file with 4 additions and 4 deletions.
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.1.1
# IBM Cloud Schematics Go SDK 0.1.2
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.1.1](#ibm-cloud-schematics-go-sdk-003)
- [IBM Cloud Schematics Go SDK 0.1.2](#ibm-cloud-schematics-go-sdk-003)
- [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.1.1
The current version of this SDK: 0.1.2

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.1.1"
version = "0.1.2"
```

Expand Down

0 comments on commit cbd9443

Please sign in to comment.