Release 4.6.27 introduced a newline character here:
4362852
This breaks https://github.com/cloudfoundry/php-buildpack/blob/master/extensions/dynatrace/extension.py exactly here https://github.com/cloudfoundry/php-buildpack/blob/master/extensions/dynatrace/extension.py#L108 because we put the content of that file in a HTTP header, which doesn't work if there's a \n .
I'm creating this as a bug/issue because the format of the VERSION file has been that way for years and now has suddenly changed.