brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

Versioning #125

Open ain opened 8 years ago

ain commented 8 years ago

I think we should start versioning the tool so that one could go with docker-osx-dev --version and get a semver-formatted x.x.x response that gives one a possibility to quickly realise if the tool is out of date or not.

brikis98 commented 8 years ago

Seems like a good idea. We'll need to modify the CI build to add the version number after each successful build.