Azure / azurefile-dockervolumedriver

Docker Volume Driver for Azure File Service over SMB/CIFS :whale:
Apache License 2.0
169 stars 55 forks source link

Get version info automatically from git env #58

Closed ahmetb closed 8 years ago

ahmetb commented 8 years ago

Past quite a few releases we forgot to update the Version field showed up in --help.

Switching to govvv to provide version info automatically at compile time. For binary releases on GitHub releases tab, this will automatically contain the tag name and nothing else.

Fixes #54, fixes #56.