diff --git a/Readme.md b/Readme.md index 57033c71d..6b01cecf6 100644 --- a/Readme.md +++ b/Readme.md @@ -68,7 +68,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/v10@v10.4.0 +go get github.com/adyen/adyen-go-api-library/v10@v10.4.1 ``` ## Usage examples diff --git a/VERSION b/VERSION index 816c0711a..da772b972 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.4.0 +10.4.1 diff --git a/src/common/configuration.go b/src/common/configuration.go index 4cdabc7db..a7df4faf2 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "10.4.0" + LibVersion = "10.4.1" ) // Config stores the configuration of the API client