Skip to content

Commit 6d137c7

Browse files
committed
release new version with tag
1 parent 51e4683 commit 6d137c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static function run()
1212
$bol_api_key = 'YOUR_API_KEY_HERE';
1313
$bol_api_format = 'json';
1414
$bol_api_debug_mode = 0;
15-
$bol_api_library_version = 'v.2.2.0';
15+
$bol_api_library_version = 'v.2.3.0';
1616
self::$bolPartnerSiteId = '12345';
1717
self::$apiClient = new BolCom\Client($bol_api_key, $bol_api_format, $bol_api_debug_mode);
1818
$servername = str_replace("www.", "", $_SERVER['SERVER_NAME']);

0 commit comments

Comments
 (0)