Skip to content

Commit

Permalink
[Java Extension] Bump agent to 7.55.3 and tracer to 1.38.1 (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: duncanpharvey <35278470+duncanpharvey@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and duncanpharvey committed Aug 19, 2024
1 parent d1a2b36 commit 1edbcef
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.3"
TRACER_VERSION="1.38.1"

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

0 comments on commit 1edbcef

Please sign in to comment.