From dce14238afae3f06fc21e6135f3260e3688d69db Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 25 Aug 2021 00:16:27 +0000 Subject: [PATCH] chore: regenerate README --- .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 6eb605e66d1..8112864fa7a 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-spanner.git", - "sha": "41b39bc31355b3e6caaf995f416eb73f0d56dd87" + "sha": "fb3cf03fb458b8b294602bd0c07d946907a66288" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8032ab5a32471d85ece8fc261df16cc40fbfa4fb" + "sha": "63cff634aabb85854caa511c5837ea6b45f42b4b" } } ] diff --git a/README.md b/README.md index 6a9e2afdc64..a79970c921c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-spanner - 6.11.1 + 6.12.0 ```