diff --git a/VERSION b/VERSION index 816c0711a..275283a18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.4.0 +11.0.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index 4cdabc7db..d4289204b 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 = "11.0.0" ) // Config stores the configuration of the API client