diff --git a/Readme.md b/Readme.md index b9c4082e8..84d30b8b3 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.1.0 +go get github.com/adyen/adyen-go-api-library/v16@v16.2.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index e0228cf18..fd1bd70b7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.1.0 +16.2.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index e74012cd7..b8cd53e3e 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "16.1.0" + LibVersion = "16.2.0" ) // Config stores the configuration of the API client