Merge pull request #2460 from nathanleclaire/bump_v0.5.2

Bump to version 0.5.2
This commit is contained in:
Nathan LeClaire 2015-11-30 21:59:00 -08:00
commit 0456b9fc8f
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.5.2-dev"
Version = "0.5.2"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"