File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.6 .0
2+ current_version = 1.7 .0
33commit = True
44message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change 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
4444Get 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
4949Note: For the latest tag release, look into [ examples] [ examples ] folder for basic and advanced examples.
Original file line number Diff line number Diff line change 11package common
22
33// Version of the SDK
4- const Version = "1.6 .0"
4+ const Version = "1.7 .0"
You can’t perform that action at this time.
0 commit comments