From 4d04cb43217b781f193b875321be27dae7e1adab Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:55:57 +0000 Subject: [PATCH] chore(release): bump to 17.0.0 --- VERSION | 2 +- src/common/configuration.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d9a8a3578..aac58983e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.3.0 +17.0.0 diff --git a/src/common/configuration.go b/src/common/configuration.go index e75eb37ca..b99487c12 100644 --- a/src/common/configuration.go +++ b/src/common/configuration.go @@ -51,7 +51,7 @@ const ( const ( LibName = "adyen-go-api-library" - LibVersion = "16.3.0" + LibVersion = "17.0.0" ) // Config stores the configuration of the API client