From 8eb06dbf5ba795905d9837a97bcb755bec9d0abc Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 10 Aug 2021 12:22:13 -0700 Subject: [PATCH] chore: regenerate README (#612) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-10 19:15:48,878 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-10 19:15:50,258 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/0877af6a-6a7b-4cd9-bf46-df7824b79e62/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f2608ae11..457dbccb4 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-speech.git", - "sha": "62410d6840803a799f1d44db81f2a159e8d39024" + "sha": "68cb233e4db9e8961a935438fc4cbcab6c7f8924" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217" + "sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61" } } ] diff --git a/README.md b/README.md index 6d197bb41..07fbca7eb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-speech - 1.29.4 + 1.29.5 ```