diff --git a/version/version.go b/version/version.go index 13b230aeca..77144be42c 100644 --- a/version/version.go +++ b/version/version.go @@ -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"