From 10e37490c15b3068f8548fd715d3559bd669d8b0 Mon Sep 17 00:00:00 2001 From: jillingk Date: Fri, 15 Mar 2024 15:27:46 +0000 Subject: [PATCH] chore(release): bump to 9.1.0 --- Readme.md | 2 +- VERSION | 2 +- src/common/configuration.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 81937aef8..c40762f6e 100644 --- a/Readme.md +++ b/Readme.md @@ -66,7 +66,7 @@ The library supports all webhooks under the following model directories: You can use go modules to add our library to your project ```bash -go get github.com/adyen/adyen-go-api-library/v9@v9.0.0 +go get github.com/adyen/adyen-go-api-library/v9@v9.1.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index c9277c5a6..e977f5eae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.0 \ No newline at end of file +9.1.0 \ No newline at end of file diff --git a/src/common/configuration.go b/src/common/configuration.go index 1c7baeba3..ea4a5cab6 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "9.0.0" + LibVersion = "9.1.0" ) // Config stores the configuration of the API client