From 4236e441cc4501687b4dfe9ddd50a804fc609537 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Mon, 28 Aug 2023 10:58:32 +0000 Subject: [PATCH] chore(release): bump to 7.2.0 --- src/common/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/configuration.go b/src/common/configuration.go index 07b667c80..b46482e81 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "7.1.0" + LibVersion = "7.2.0" ) // Config stores the configuration of the API client