From 54fca0e7ee33a7e8e8ee3a59c687a5236020c258 Mon Sep 17 00:00:00 2001 From: Ara Pulido Date: Mon, 4 May 2020 12:34:53 +0200 Subject: [PATCH] Move to 1.17 as buildpack version --- extra/datadog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/datadog.sh b/extra/datadog.sh index 7e48212..c9216db 100644 --- a/extra/datadog.sh +++ b/extra/datadog.sh @@ -45,7 +45,7 @@ done # Add tags to the config file DYNOHOST="$(hostname )" DYNOTYPE=${DYNO%%.*} -BUILDPACKVERSION="dev" +BUILDPACKVERSION="1.17" DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION" if [ -n "$HEROKU_APP_NAME" ]; then