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