Bump version to 0.5.1

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-11-16 10:23:02 -08:00
parent 15fecaec59
commit 7e8949a8ea
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package version
var (
// Version should be updated by hand at each release
Version = "0.5.0"
Version = "0.5.1"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"