Merge pull request #1104 from ehazlett/version-bump-dev

bump for dev 0.3.0 version
This commit is contained in:
Evan Hazlett 2015-05-05 09:58:43 -07:00
commit 6037964cf2
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.2.0"
VERSION = "0.3.0-dev"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"