From 18a40c080fe3fb36208fd0b56fae39041ea5695b Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:11:14 +0000 Subject: [PATCH] chore(release): bump to 10.3.1 --- VERSION | 2 +- lib/adyen/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 40eb989..6aceca2 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -10.3.0 +10.3.1 diff --git a/lib/adyen/version.rb b/lib/adyen/version.rb index ec06e34..6d039ff 100644 --- a/lib/adyen/version.rb +++ b/lib/adyen/version.rb @@ -1,4 +1,4 @@ module Adyen NAME = 'adyen-ruby-api-library'.freeze - VERSION = '10.3.0'.freeze + VERSION = '10.3.1'.freeze end