From c3dccbb23d07e6aa56833b5a0f4f99d2703a32db Mon Sep 17 00:00:00 2001 From: Pinny Date: Thu, 1 Jun 2023 19:59:23 +0000 Subject: [PATCH] Updated versions in docs for v0.24.0 release --- site/config.yaml | 4 ++-- site/content/docs/reference/cli.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/config.yaml b/site/config.yaml index 0b4ab6a5..00fe9172 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -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: diff --git a/site/content/docs/reference/cli.md b/site/content/docs/reference/cli.md index 75f2c893..6a2c2017 100644 --- a/site/content/docs/reference/cli.md +++ b/site/content/docs/reference/cli.md @@ -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: