From 91d5eb6748833efe7dcad560e46acac35b3896c9 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:03:47 +0000 Subject: [PATCH] chore(release): bump to 11.0.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 5670a6547..f4eb768b9 100644 --- a/Readme.md +++ b/Readme.md @@ -68,7 +68,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/v11@v10.4.0 +go get github.com/adyen/adyen-go-api-library/v11@v11.0.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index 816c0711a..275283a18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.4.0 +11.0.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index 4cdabc7db..d4289204b 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "10.4.0" + LibVersion = "11.0.0" ) // Config stores the configuration of the API client