Skip to content

Commit

Permalink
Prepare main for next development cycle: Update version to 1.32.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 9, 2024
1 parent bfe53c6 commit ebfce44
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
package software.amazon.opentelemetry.javaagent.providers;

public final class ArtifactVersion {
public final String VERSION = "1.32.5.dev0";
public final String VERSION = "1.32.7.dev0";
}
29 changes: 19 additions & 10 deletions release-build-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
{
"release": [
"release": [
{
"version": "1.32.5",
"checksum": [
{
"version": "1.32.5",
"checksum": [
{
"name": "aws-opentelemetry-agent.jar",
"checksum": "1644b11c2c90747c99934c3c52d800e95bfb854e459ba9f50054b21233c65c37"
}
]
"name": "aws-opentelemetry-agent.jar",
"checksum": "1644b11c2c90747c99934c3c52d800e95bfb854e459ba9f50054b21233c65c37"
}
]
}
]
},
{
"version": "1.32.7",
"checksum": [
{
"name": "aws-opentelemetry-agent.jar",
"checksum": "1644b11c2c90747c99934c3c52d800e95bfb854e459ba9f50054b21233c65c37"
}
]
}
]
}

0 comments on commit ebfce44

Please sign in to comment.