Merge pull request #1670 from ehazlett/version-0.5.0-dev

bump dev version
This commit is contained in:
Nathan LeClaire 2015-08-12 15:51:32 -07:00
commit 02ef8557a2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ var (
ConfigVersion = 1
// Version should be updated by hand at each release
Version = "0.4.0-dev"
Version = "0.5.0-dev"
// GitCommit will be overwritten automatically by the build system
GitCommit = "HEAD"