Skip to content

Commit

Permalink
update buildpack version
Browse files Browse the repository at this point in the history
  • Loading branch information
arapulido committed Aug 27, 2020
1 parent dc148b8 commit f0d67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="1.19"
DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION"

if [ -n "$HEROKU_APP_NAME" ]; then
Expand Down

0 comments on commit f0d67b6

Please sign in to comment.