Git-based versioning
Posted by Michiel Scholten in howto
So you have this (web) application and you are growing a bit tired of having to manually bump the version number it tells to its users. Also, you would like to see if you are using an up-to-date edition of said app.
Enter your Git repository. When you are running …