Skip to content

Commit 99fda97

Browse files
chore(release): bump to 21.1.0 (#443)
Co-authored-by: gcatanese <[email protected]>
1 parent 6a61451 commit 99fda97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The library supports all webhooks under the following model directories:
6464
You can use go modules to add our library to your project
6565

6666
```bash
67-
go get github.com/adyen/adyen-go-api-library/v21@v21.0.0
67+
go get github.com/adyen/adyen-go-api-library/v21@v21.1.0
6868
```
6969

7070
## Usage examples

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.0.0
1+
21.1.0

src/common/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151

5252
const (
5353
LibName = "adyen-go-api-library"
54-
LibVersion = "21.0.0"
54+
LibVersion = "21.1.0"
5555
)
5656

5757
// Config stores the configuration of the API client

0 commit comments

Comments
 (0)