diff --git a/Readme.md b/Readme.md index 70c43417b..9167dee82 100644 --- a/Readme.md +++ b/Readme.md @@ -64,7 +64,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/v21@v21.0.0 +go get github.com/adyen/adyen-go-api-library/v21@v21.1.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index fb5b51303..e9dbbdadc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -21.0.0 +21.1.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index 28fb17a9f..3fd751dac 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "21.0.0" + LibVersion = "21.1.0" ) // Config stores the configuration of the API client