From 9f6f1edf9901fed5cd692dd260333bf52091acd3 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 10 Jul 2017 10:59:43 -0700 Subject: [PATCH] Update for v2.6.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 1e447bd3..fbc9a5fe 100644 --- a/src/WebService/Client.php +++ b/src/WebService/Client.php @@ -47,7 +47,7 @@ class Client implements ProviderInterface private $client; private static $basePath = '/geoip/v2.1'; - const VERSION = 'v2.5.0'; + const VERSION = 'v2.6.0'; /** * Constructor.