Skip to content

Commit

Permalink
[Java Extension] Bump agent to 7.54.1 and tracer to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey authored and github-actions[bot] committed Jul 6, 2024
1 parent 1debf5c commit 3c05eb6
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.54.1"
TRACER_VERSION="1.37.0"

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

0 comments on commit 3c05eb6

Please sign in to comment.