Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix the wrong manifest value
The manifest value comes from the previous release being 2.59.0. The
2.59.2 was already made on the main branch:
https://github.com/googleapis/sdk-platform-java/tree/v2.59.2
  • Loading branch information
suztomo committed Nov 5, 2025
commit f82efa69f0524385e76f2a2ce3a67e5977392a43
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.59.1"
".": "2.59.3"
}
Loading