Skip to content

Commit

Permalink
[Node Extension] Bump agent to 7.52.1 and tracer to 4.34.0 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: duncanpharvey <[email protected]>
  • Loading branch information
github-actions[bot] and duncanpharvey authored Apr 16, 2024
1 parent d4819f1 commit cf631fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/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.51.1"
TRACER_VERSION="4.30.0"
AGENT_VERSION="7.52.1"
TRACER_VERSION="4.34.0"

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

0 comments on commit cf631fa

Please sign in to comment.