From 1a802ce9356cdd1c6b681c030fd9563750e11e6a Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 4 Dec 2023 09:16:34 -0800 Subject: [PATCH] Update for v3.0.0 --- src/WebService/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebService/Client.php b/src/WebService/Client.php index 8a77358..1e09541 100644 --- a/src/WebService/Client.php +++ b/src/WebService/Client.php @@ -55,7 +55,7 @@ class Client implements ProviderInterface private WsClient $client; private static string $basePath = '/geoip/v2.1'; - public const VERSION = 'v2.13.0'; + public const VERSION = 'v3.0.0'; /** * Constructor.