bump version to 0.5.0-dev

Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
This commit is contained in:
Chanwit Kaewkasi 2015-08-16 11:01:49 -04:00
parent 98178f3c41
commit 2fd733b11e
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.4.0"
VERSION = "0.5.0-dev"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"