From 280254d045850f8c6d29a8bae98beb2c7ae2cf8e Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:45:19 +0000 Subject: [PATCH] chore(release): bump to 9.8.0 --- VERSION | 2 +- lib/adyen/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fe1326f3..19895214 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -9.7.1 +9.8.0 diff --git a/lib/adyen/version.rb b/lib/adyen/version.rb index 9fba547c..0ac5cb14 100644 --- a/lib/adyen/version.rb +++ b/lib/adyen/version.rb @@ -1,4 +1,4 @@ module Adyen NAME = 'adyen-ruby-api-library'.freeze - VERSION = '9.7.1'.freeze + VERSION = '9.8.0'.freeze end