From 4d5dc8f07fbaaaac8b9eafaa930107ab44b397f4 Mon Sep 17 00:00:00 2001 From: Patryk Vizauer Date: Fri, 6 Oct 2023 14:28:08 +0200 Subject: [PATCH] Change version in Payments --- src/Payments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Payments.php b/src/Payments.php index a870900..094cd44 100644 --- a/src/Payments.php +++ b/src/Payments.php @@ -14,7 +14,7 @@ class Payments { - public const version = '3.0.12'; + public const version = '3.0.13'; private ?PaymentAbstract $paymentAbstract = null; private ?SmsAbstract $smsAbstract = null; @@ -32,4 +32,4 @@ public function sms(SmsAbstract $smsAbstract): ?SmsAbstract return $this->smsAbstract; } -} \ No newline at end of file +}