Merge pull request #868 from ehazlett/bump-version

update version
This commit is contained in:
Evan Hazlett 2015-03-24 13:19:00 -07:00
commit bc9e5c6a04
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.1.0"
VERSION = "0.2.0"
// GITCOMMIT will be overritten automatically by the build system
GITCOMMIT = "HEAD"