Skip to content

Commit

Permalink
chore: bump self version (#597)
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 Oct 11, 2020
1 parent a732ae0 commit 11524b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
"sha": "abe21f02f811391259ebe921fff194a3a0394032"
"sha": "65b3a29f3e5c8567b2878ea053b2b351819bec19"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquerystorage</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>

```
Expand Down

0 comments on commit 11524b4

Please sign in to comment.