Skip to content

Commit ab62a91

Browse files
michael-magrianGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #25 from coligo/version-2.0.0
fix(core): set latest version in semantic-release related files
2 parents f5e3d45 + bf616de commit ab62a91

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0.0
2+
current_version = 2.0.0
33
commit = True
44
message = Update version {current_version} -> {new_version} [skip ci]
55

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.com/IBM/code-engine-go-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-go-sdk)
22
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
33

4-
# IBM Cloud Code Engine Go SDK 1.0.0
4+
# IBM Cloud Code Engine Go SDK 2.0.0
55
Go client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
66

77
## Table of Contents
@@ -50,7 +50,7 @@ Service Name | Package name
5050
* Go version 1.18 or above.
5151

5252
## Installation
53-
The current version of this SDK: 1.0.0
53+
The current version of this SDK: 2.0.0
5454

5555
There are a few different ways to download and install the Code Engine Go SDK project for use by your
5656
Go application:
@@ -83,7 +83,7 @@ to your `Gopkg.toml` file. Here is an example:
8383
```
8484
[[constraint]]
8585
name = "github.com/IBM/code-engine-go-sdk"
86-
version = "1.0.0"
86+
version = "2.0.0"
8787
8888
```
8989

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
package common
1818

1919
// Version of the SDK
20-
const Version = "1.0.0"
20+
const Version = "2.0.0"

0 commit comments

Comments
 (0)