Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

fix: next release from 3.2.x is 3.2.10 #972

Merged
merged 2 commits into from Oct 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring</artifactId>
<version>3.2.8</version>
<version>3.2.9</version>
</dependency>

```
Expand Down