update version

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett
2015-03-24 13:17:12 -07:00
parent aa031ec759
commit 2ca203bddf

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"