From 237570d92dc5729be030b4109db68204f5dce882 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Thu, 16 May 2024 08:53:24 +0000 Subject: [PATCH] chore(release): bump to 9.4.0 --- VERSION | 2 +- lib/adyen/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 383e95e..3f08ea9 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -9.3.0 +9.4.0 diff --git a/lib/adyen/version.rb b/lib/adyen/version.rb index 9928cdd..713af13 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.3.0'.freeze + VERSION = '9.4.0'.freeze end