Skip to content

Commit f68bb18

Browse files
[skip ci] docs: Update version numbers from 2.0.2 -> 2.0.3
1 parent e163669 commit f68bb18

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

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

@@ -10,4 +10,3 @@ replace = Version = "{new_version}"
1010
[bumpversion:file:README.md]
1111
search = v{current_version}
1212
replace = v{new_version}
13-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Watson Developer Cloud Go SDK v2.0.2
1+
# Watson Developer Cloud Go SDK v2.0.3
22
[![Build and Test](https://github.com/watson-developer-cloud/go-sdk/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/watson-developer-cloud/go-sdk/actions?query=workflow%3A"Build+and+Test")
33
[![Deploy and Publish](https://github.com/watson-developer-cloud/go-sdk/workflows/Deploy%20and%20Publish/badge.svg?branch=master)](https://github.com/watson-developer-cloud/go-sdk/actions?query=workflow%3A%22Deploy+and+Publish%22)
44
[![Release](https://img.shields.io/github/v/release/watson-developer-cloud/go-sdk)](https://github.com/watson-developer-cloud/go-sdk/releases/latest)

v2/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 = "2.0.2"
4+
const Version = "2.0.3"

0 commit comments

Comments
 (0)