Merge pull request #656 from vieux/bump

bump version to 0.3.0
This commit is contained in:
Andrea Luzzardi 2015-04-21 15:04:57 -07:00
commit 25fd49971b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package version
var ( var (
// VERSION should be updated by hand at each release // VERSION should be updated by hand at each release
VERSION = "0.2.0" VERSION = "0.3.0"
// GITCOMMIT will be overwritten automatically by the build system // GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD" GITCOMMIT = "HEAD"