mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
* version: bump version to 2.0.0-beta1 Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
parent
13c7838ab3
commit
23d04b2efd
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.22.0-beta1
|
||||
2.0.0-beta1
|
||||
|
|
|
|||
Loading…
Reference in a new issue