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

Commit 8aa6848

Browse files
chore: regenerate README (#512)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-16 22:23:44,231 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-compute/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-16 22:23:45,878 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/b12efc89-2eb5-41ed-b60f-2c6a5ff8a8bc/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 43a9fe1 commit 8aa6848

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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-compute.git",
7-
"sha": "f9f56b2675a0dfca55c28c486dabcbea5af52cf9"
7+
"sha": "43a9fe10fbb7f9fa64c2d542b40feb419f3e481e"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "a01e1a0bf70754f51450958b966bd673945d1e6e"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ If you are using Maven, add this to your pom.xml file:
3030
If you are using Gradle without BOM, add this to your dependencies
3131

3232
```Groovy
33-
compile 'com.google.cloud:google-cloud-compute:1.3.0-alpha'
33+
compile 'com.google.cloud:google-cloud-compute:1.4.0-alpha'
3434
```
3535

3636
If you are using SBT, add this to your dependencies
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.3.0-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.4.0-alpha"
4040
```
4141

4242
## Authentication

0 commit comments

Comments
 (0)