From 4e2e981b4163538578d9fbd9b98c4b0e2aee4339 Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:21:50 +0000 Subject: [PATCH] chore(release): bump to 16.0.1 --- 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 10e79c209..c25785916 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/v16@v16.0.0 +go get github.com/adyen/adyen-go-api-library/v16@v16.0.1 ``` ## Usage examples diff --git a/VERSION b/VERSION index 946789e61..7141108f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.0.0 +16.0.1 diff --git a/src/common/configuration.go b/src/common/configuration.go index 5e54b2fec..21784a985 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "16.0.0" + LibVersion = "16.0.1" ) // Config stores the configuration of the API client