From 6185e479201d6f24483081c0d35258dbe8360bd2 Mon Sep 17 00:00:00 2001 From: david ruiz Date: Thu, 30 Jul 2026 16:56:24 +0200 Subject: [PATCH] Release 1.10.0 --- lib/checkout_sdk/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/checkout_sdk/version.rb b/lib/checkout_sdk/version.rb index 97ff7e2..1654607 100644 --- a/lib/checkout_sdk/version.rb +++ b/lib/checkout_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CheckoutSdk - VERSION = '1.9.1' + VERSION = '1.10.0' end