Bump version to 0.5.4

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-12-16 14:20:32 -08:00
parent 5b5163812c
commit 403fe4a98a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import "fmt"
var (
// Version should be updated by hand at each release
Version = "0.6.0-dev"
Version = "0.5.4"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"