Skip to content

Commit 0377eda

Browse files
[skip ci] docs: Update version numbers from 1.6.0 -> 1.7.0
1 parent e8b5952 commit 0377eda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0
2+
current_version = 1.7.0
33
commit = True
44
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Watson Developer Cloud Go SDK v1.6.0
1+
# Watson Developer Cloud Go SDK v1.7.0
22
[![Build Status](https://travis-ci.org/watson-developer-cloud/go-sdk.svg?branch=master)](https://travis-ci.org/watson-developer-cloud/go-sdk)
33
[![Release](https://img.shields.io/github/v/release/watson-developer-cloud/go-sdk)](https://github.com/watson-developer-cloud/go-sdk/releases/latest)
44
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/watson-developer-cloud/go-sdk)
@@ -43,7 +43,7 @@ Go client library to quickly get started with the various [Watson APIs](https://
4343

4444
Get SDK package:
4545
```bash
46-
go get -u github.com/watson-developer-cloud/go-sdk@v1.6.0
46+
go get -u github.com/watson-developer-cloud/go-sdk@v1.7.0
4747
```
4848

4949
Note: For the latest tag release, look into [examples][examples] folder for basic and advanced examples.

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package common
22

33
// Version of the SDK
4-
const Version = "1.6.0"
4+
const Version = "1.7.0"

0 commit comments

Comments
 (0)