From 6d137c7f350fa65de99ab62541bb64ba0e6b6ad7 Mon Sep 17 00:00:00 2001 From: Derk Braakman Date: Wed, 14 Mar 2018 09:49:22 +0100 Subject: [PATCH] release new version with tag --- examples/Example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Example.php b/examples/Example.php index 6de9ba7..d0e373d 100644 --- a/examples/Example.php +++ b/examples/Example.php @@ -12,7 +12,7 @@ public static function run() $bol_api_key = 'YOUR_API_KEY_HERE'; $bol_api_format = 'json'; $bol_api_debug_mode = 0; - $bol_api_library_version = 'v.2.2.0'; + $bol_api_library_version = 'v.2.3.0'; self::$bolPartnerSiteId = '12345'; self::$apiClient = new BolCom\Client($bol_api_key, $bol_api_format, $bol_api_debug_mode); $servername = str_replace("www.", "", $_SERVER['SERVER_NAME']);