From 3e72108a706051fd65d8c1914607a801b1d64a59 Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Fri, 20 Oct 2023 14:41:21 +0000 Subject: [PATCH] chore(release): bump to 7.3.1 --- 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 dc7f58046..d3fac2305 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "7.3.0" + LibVersion = "7.3.1" ) // Config stores the configuration of the API client