Description
docker-compose version --short always used vX.Y as its format (for example, v2.2.3). In v2.3.3 it uses X.Y (without the 'v'),
$ ./docker-compose version --short
2.3.3
Since other projects depend on this output, it should remain the same from version to version.
Steps to reproduce the issue:
Run docker-compose version --short