Skip to content

Commit f300fad

Browse files
yoshi-automationcallmehiphop
authored andcommitted
fix: set proper version # for x-goog-api-client (#681)
1 parent add2f05 commit f300fad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/v1/database_admin_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class DatabaseAdminClient {
8686

8787
// Determine the client header string.
8888
const clientHeader = [
89-
`gl-node/${process.version}`,
89+
`gl-node/${process.versions.node}`,
9090
`grpc/${gaxGrpc.grpcVersion}`,
9191
`gax/${gax.version}`,
9292
`gapic/${VERSION}`,

src/v1/instance_admin_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class InstanceAdminClient {
102102

103103
// Determine the client header string.
104104
const clientHeader = [
105-
`gl-node/${process.version}`,
105+
`gl-node/${process.versions.node}`,
106106
`grpc/${gaxGrpc.grpcVersion}`,
107107
`gax/${gax.version}`,
108108
`gapic/${VERSION}`,

src/v1/spanner_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class SpannerClient {
8484

8585
// Determine the client header string.
8686
const clientHeader = [
87-
`gl-node/${process.version}`,
87+
`gl-node/${process.versions.node}`,
8888
`grpc/${gaxGrpc.grpcVersion}`,
8989
`gax/${gax.version}`,
9090
`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-08T11:23:30.497203Z",
2+
"updateTime": "2019-08-21T11:23:03.636217Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.33.0",
8-
"dockerImage": "googleapis/artman@sha256:c6231efb525569736226b1f7af7565dbc84248efafb3692a5bb1d2d8a7975d53"
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": "7e56e8d4fec63bb04ab4f79a98f65b29f235a0a0",
16-
"internalRef": "262242585"
15+
"sha": "11592a15391951348a64f5c303399733b1c5b3b2",
16+
"internalRef": "264425502"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)