diff --git a/Readme.md b/Readme.md index af3c2d37a..10e79c209 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@v15.0.0 +go get github.com/adyen/adyen-go-api-library/v16@v16.0.0 ``` ## Usage examples diff --git a/VERSION b/VERSION index 94188a748..946789e61 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.0 +16.0.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index 082e4ea74..5e54b2fec 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "15.0.0" + LibVersion = "16.0.0" ) // Config stores the configuration of the API client