From 19c5d14a6644704b6cad2f82702b596793074730 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:26:15 +0000 Subject: [PATCH] chore(release): bump to 12.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 8d3f666f0..230a719ef 100644 --- a/Readme.md +++ b/Readme.md @@ -69,7 +69,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/v12@v12.0.0 +go get github.com/adyen/adyen-go-api-library/v12@v12.1.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index 4044f9086..77903b35f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.0 +12.1.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index 87115dfea..c715dc5f7 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "12.0.0" + LibVersion = "12.1.0" ) // Config stores the configuration of the API client