Merge pull request #1385 from ehazlett/dev-0.4

update dev version to 0.4
This commit is contained in:
Nathan LeClaire 2015-06-18 15:33:32 -07:00
commit a0305efe50
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.3.0-dev"
VERSION = "0.4.0-dev"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"