From d03076e104ab0e7b39bd2283b307ea48c75b2425 Mon Sep 17 00:00:00 2001 From: Rey Abolofia Date: Wed, 27 Dec 2023 12:00:31 -0800 Subject: [PATCH] Bump version to v1.6.0. --- README.md | 2 +- datadog_wrapper | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9e4b59..d5ea542 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _Note: Currently Java, NODE, .NET, PHP and Python are supported._ ##### Node, .NET, PHP or Python Add the following to the startup command box - curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.5.0/datadog_wrapper | bash + curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.6.0/datadog_wrapper | bash ![](https://p-qkfgo2.t2.n0.cdn.getcloudapp.com/items/8LuqpR7e/6a9bf63d-5169-49d0-a68a-20e6e3009d47.jpg?v=7704a16bc91a6a57caf8befd84204415) diff --git a/datadog_wrapper b/datadog_wrapper index 4a19f25..e008661 100644 --- a/datadog_wrapper +++ b/datadog_wrapper @@ -62,7 +62,7 @@ setEnvVars() { fi if [ -z "${DD_AAS_LINUX_VERSION}" ]; then - DD_AAS_LINUX_VERSION="v1.5.0" + DD_AAS_LINUX_VERSION="v1.6.0" fi if [ -z "${DD_BINARY_DIR}" ]; then