Skip to content

Commit

Permalink
release new version with tag
Browse files Browse the repository at this point in the history
  • Loading branch information
derkmdt committed Mar 14, 2018
1 parent 51e4683 commit 6d137c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Example.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 6d137c7

Please sign in to comment.