Skip to content

Commit

Permalink
changes without context (#371)
Browse files Browse the repository at this point in the history
autosynth cannot find the source of changes triggered by earlier changes in this
        repository, or by version upgrades to tools such as linters.
  • Loading branch information
yoshi-automation committed May 20, 2020
1 parent 69ede0c commit c24bc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>1.115.0</version>
<version>1.115.1</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "96d2c87bf087f980106f57ffaac0933274c84b96"
"sha": "69ede0ca217cfaf98b3364fb5301f1399db4e498"
}
},
{
Expand Down

0 comments on commit c24bc72

Please sign in to comment.