Skip to content

Commit

Permalink
[Java Extension] Bump agent to 7.55.2 and tracer to 1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey authored and github-actions[bot] committed Jul 29, 2024
1 parent db9fb8c commit 81814a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/scripts/build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if [[ -z ${RELEASE_VERSION+x} ]] || [[ -z ${DEVELOPMENT_VERSION+x} ]]; then
exit 1
fi

AGENT_VERSION="7.53.0"
TRACER_VERSION="1.34.0"
AGENT_VERSION="7.55.2"
TRACER_VERSION="1.37.1"

echo "Building version ${RELEASE_VERSION} for prod environment"
echo "Building version ${DEVELOPMENT_VERSION} for dev environment"
Expand Down

0 comments on commit 81814a5

Please sign in to comment.