From 57e0384a83d0935db4c4cdb3f411aa131481ae80 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 11 Oct 2016 14:58:42 -0700 Subject: [PATCH] update version number --- 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 4c6e406f..90bc716a 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.3'; + const VERSION = 'v2.4.4'; /** * Constructor.