Skip to content

Commit e67609d

Browse files
chore: regenerate README (#243)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-30 18:16:16,534 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-30 18:16:17,823 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/7a946217-a32d-4fbd-b489-28c70b1aa200/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 29832f4 commit e67609d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

java-workflows/.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-workflows.git",
7-
"sha": "201bc199974d067485585af561c7974a98eb73c5"
7+
"sha": "5ae84a9cca77402b8b1d18372ee9aeb8728cc51a"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
14+
"sha": "06a8cd0ff7e81b05e6c503eab510ec622384caa7"
1515
}
1616
}
1717
]

java-workflows/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-workflows</artifactId>
23-
<version>0.3.1</version>
23+
<version>0.4.0</version>
2424
</dependency>
2525

2626
```
2727

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

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

3838
## Authentication

0 commit comments

Comments
 (0)