From ef75b6640345931476d60d7893d215602c6e88fb Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 30 Apr 2021 18:21:35 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 4dfef1af0..4e3f2a881 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-datastore.git", - "sha": "6517c43ce0d28a18d13c14ecd52fee8bb50d9631" + "sha": "71b84e8d2af39deb5d07b0b2643dbdd0afc80ae8" } }, { diff --git a/README.md b/README.md index 7d553d267..5a5030280 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-datastore - 1.106.1 + 1.106.3 ```