Updated versions in docs for v0.24.0 release

This commit is contained in:
Pinny 2023-06-01 19:59:23 +00:00
parent 914861c5da
commit c3dccbb23d
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ params:
github_url: "https://github.com/vmware-tanzu/pinniped"
slack_url: "https://go.pinniped.dev/community/slack"
community_url: "https://go.pinniped.dev/community"
latest_version: v0.23.0
latest_codegen_version: 1.26
latest_version: v0.24.0
latest_codegen_version: 1.27
pygmentsCodefences: true
pygmentsStyle: "pygments"
markup:

View File

@ -133,7 +133,7 @@ to enable it. You can execute the following once:
To load completions in your current shell session:
source <(pinniped completion zsh); compdef _pinniped pinniped
source <(pinniped completion zsh)
To load completions for every new session, execute once: