Merge pull request #2309 from nathanleclaire/bump_0.5.1-dev

Bump 0.5.2 dev
This commit is contained in:
Nathan LeClaire 2015-11-16 18:38:27 -08:00
commit 405d2179c1
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.1"
Version = "0.5.2-dev"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"