Skip to content

Commit 13f3bc7

Browse files
committed
x-ydb-sdk-build-info meta fix
1 parent d954a00 commit 13f3bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ydb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Ydb
88
{
99
use Traits\LoggerTrait;
1010

11-
const VERSION = '1.0';
11+
const VERSION = '1.0.9';
1212

1313
/**
1414
* @var string
@@ -110,7 +110,7 @@ public function meta()
110110
return [
111111
'x-ydb-auth-ticket' => [$this->iam()->token()],
112112
'x-ydb-database' => [$this->database],
113-
'x-ydb-sdk-build-info' => ['php-sdk/' . static::VERSION],
113+
'x-ydb-sdk-build-info' => ['ydb-php-sdk/' . static::VERSION],
114114
];
115115
}
116116

0 commit comments

Comments
 (0)