From fe57c573dd13ba3b6d86ae2c0e91a97e7b3bb2bf Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 4 Dec 2023 14:38:52 -0800 Subject: [PATCH] Update for v2.0.0 --- src/MinFraud/ServiceClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MinFraud/ServiceClient.php b/src/MinFraud/ServiceClient.php index a19d360..5609709 100644 --- a/src/MinFraud/ServiceClient.php +++ b/src/MinFraud/ServiceClient.php @@ -10,7 +10,7 @@ abstract class ServiceClient { - public const VERSION = 'v1.23.0'; + public const VERSION = 'v2.0.0'; /** * @var Client