Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit ca85297

Browse files
chore: regenerate README (#974)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-11 16:54:03,594 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-bigquerydatatransfer/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-11 16:54:04,718 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/4f8abe17-8b3a-44ef-92c9-41ead17a2a3f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 68d2693 commit ca85297

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigquerydatatransfer.git",
7-
"sha": "0112bc97895668b3249aa220675e2ca565822608"
7+
"sha": "68d26931f2ba565c69d3531c8eeb96be4c5cb3ca"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
14+
"sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-bigquerydatatransfer</artifactId>
44-
<version>2.0.0</version>
44+
<version>2.0.1</version>
4545
</dependency>
4646

4747
```
@@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-bigquerydatatransfer'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.0'
59+
compile 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.0.1"
6666
```
6767

6868
## Authentication

0 commit comments

Comments
 (0)