diff --git a/vault/acl.go b/vault/acl.go index 561abcd735..ee73d8044c 100644 --- a/vault/acl.go +++ b/vault/acl.go @@ -36,7 +36,7 @@ type ACL struct { segmentWildcardPaths map[string]interface{} - // root is enabled if the "root" named policy is present. + // root is enabled if the "root" named policy is present root bool // Stores policies that are actually RGPs for later fetching diff --git a/version/VERSION b/version/VERSION index 94ec2d9ccd..dfdc75593d 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.22.0-beta1 +2.0.0-beta1