Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit 6fa0c13

Browse files
yoshi-automationBenjamin E. Coe
authored andcommitted
fix: use correct version for x-goog-api-client header
1 parent 254e9d9 commit 6fa0c13

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/v1/speech_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class SpeechClient {
8282

8383
// Determine the client header string.
8484
const clientHeader = [
85-
`gl-node/${process.version}`,
85+
`gl-node/${process.versions.node}`,
8686
`grpc/${gaxGrpc.grpcVersion}`,
8787
`gax/${gax.version}`,
8888
`gapic/${VERSION}`,

src/v1p1beta1/speech_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class SpeechClient {
8282

8383
// Determine the client header string.
8484
const clientHeader = [
85-
`gl-node/${process.version}`,
85+
`gl-node/${process.versions.node}`,
8686
`grpc/${gaxGrpc.grpcVersion}`,
8787
`gax/${gax.version}`,
8888
`gapic/${VERSION}`,

synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-08-02T11:26:18.113088Z",
2+
"updateTime": "2019-08-21T11:23:39.690515Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.32.0",
8-
"dockerImage": "googleapis/artman@sha256:6929f343c400122d85818195b18613330a12a014bffc1e08499550d40571479d"
7+
"version": "0.34.0",
8+
"dockerImage": "googleapis/artman@sha256:38a27ba6245f96c3e86df7acb2ebcc33b4f186d9e475efe2d64303aec3d4e0ea"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "3a40d3a5f5e5a33fd49888a8a33ed021f65c0ccf",
16-
"internalRef": "261297518"
15+
"sha": "11592a15391951348a64f5c303399733b1c5b3b2",
16+
"internalRef": "264425502"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)