Bump version to 0.2.0

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2015-03-23 14:56:45 -07:00
parent 24b46bb002
commit 73fdfce723
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"