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

Commit f11632a

Browse files
fix: owlbot post-processor should generate README (#1154) (#76)
Fixes #1146 Fixes #1147 Source-Link: googleapis/synthtool@387851d Post-Processor: gcr.io/repo-automation-bots/owlbot-java:latest@sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec
1 parent 4285cd6 commit f11632a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:2e88a4a7fe3377cf8de1fa5982134f6ef2768980fa2f94edcc1ba6604ae2e7ca
3+
digest: sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ If you are using Maven, add this to your pom.xml file:
2727

2828
If you are using Gradle without BOM, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-gkehub:0.2.1'
30+
compile 'com.google.cloud:google-cloud-gkehub:0.3.0'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "0.2.1"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "0.3.0"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)