diff --git a/version/version.go b/version/version.go index c05d599b..d88b499f 100644 --- a/version/version.go +++ b/version/version.go @@ -7,7 +7,7 @@ import ( var ( // Version should be updated by hand at each release - Version = "0.8.2" + Version = "0.9.0" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD"