From 483f9b32d7218ec2c5fa37bdd564f6ac0bd9d947 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:36:56 +0000 Subject: [PATCH] chore(release): bump to 14.0.0 --- VERSION | 2 +- src/common/configuration.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 02161ca86..4b964e965 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.0.0 +14.0.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index 034b394f8..e479abaab 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "13.0.0" + LibVersion = "14.0.0" ) // Config stores the configuration of the API client