From d01be5894a5c1a3381c58c9b1795cd07f96c30f7 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 1 Oct 2020 11:48:34 -0700 Subject: [PATCH] Update for v2.11.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 e355aeaa..a6801ebd 100644 --- a/src/WebService/Client.php +++ b/src/WebService/Client.php @@ -49,7 +49,7 @@ class Client implements ProviderInterface private $client; private static $basePath = '/geoip/v2.1'; - const VERSION = 'v2.10.0'; + const VERSION = 'v2.11.0'; /** * Constructor.