From b28a0ed0190cd76c878ed7002a5d1bb8c5f4c175 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 31 Jan 2017 09:28:48 -0800 Subject: [PATCH] Update for v2.4.5 --- 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 90bc716a..6fd5767d 100644 --- a/src/WebService/Client.php +++ b/src/WebService/Client.php @@ -48,7 +48,7 @@ class Client implements ProviderInterface private $client; private static $basePath = '/geoip/v2.1'; - const VERSION = 'v2.4.4'; + const VERSION = 'v2.4.5'; /** * Constructor.