diff --git a/version/version.go b/version/version.go index 46302884..00f29c90 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ var ( // // Version must conform to the format expected by // github.com/hashicorp/go-version for tests to work. - Version = "0.8.0" + Version = "0.9.0" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release