Skip to content

Commit efd047e

Browse files
committed
bumped X-Arango-Version content
1 parent 52a5a0e commit efd047e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/triagens/ArangoDb/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Connection
2929
*
3030
* @var string
3131
*/
32-
public static $_apiVersion = 20100;
32+
public static $_apiVersion = 20200;
3333

3434
/**
3535
* Connection options

lib/triagens/ArangoDb/HttpHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public static function buildRequest(ConnectionOptions $options, $method, $url, $
144144
$connection = sprintf("Connection: %s%s", $options[ConnectionOptions::OPTION_CONNECTION], self::EOL);
145145
}
146146

147-
$apiVersion = 'x-arango-version: ' . Connection::$_apiVersion . self::EOL;
147+
$apiVersion = 'X-Arango-Version: ' . Connection::$_apiVersion . self::EOL;
148148
$customerHeaders = "";
149149
foreach ($customerHeader as $headerKey => $headerValue) {
150150
$customerHeaders .= $headerKey.": " . $headerValue . self::EOL;

0 commit comments

Comments
 (0)