When bumping the version number in the VERSION file if a newline is added the maven-publish workflow will fail with:
Invalid publication 'maven': version cannot contain ISO control character '\u000a'.
This might be a reasonable behavior. But we could probably make this workflow more forgiving by trimming whitespace.