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.7 .0
2+ current_version = 2.0 .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.7 .0
1+ # Watson Developer Cloud Go SDK v2.0 .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 )
@@ -54,7 +54,7 @@ IBM Watson™ Visual Recognition is discontinued. Existing instances are support
5454
5555Get SDK package:
5656``` bash
57- go get -u github.com/watson-developer-cloud/go-sdk@v1.7 .0
57+ go get -u github.com/watson-developer-cloud/go-sdk@v2.0 .0
5858```
5959
6060Note: 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.7 .0"
4+ const Version = "2.0 .0"
You can’t perform that action at this time.
0 commit comments