From 1c77819ff73ade77f335e2e37372a526cfa578c5 Mon Sep 17 00:00:00 2001 From: schristoff <28318173+schristoff@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:12:41 -0600 Subject: [PATCH] (chore): update to v1.1.0 Signed-off-by: schristoff <28318173+schristoff@users.noreply.github.com> --- docs/content/docs/getting-started/install-porter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/docs/getting-started/install-porter.md b/docs/content/docs/getting-started/install-porter.md index d6106e997..472f04a4d 100644 --- a/docs/content/docs/getting-started/install-porter.md +++ b/docs/content/docs/getting-started/install-porter.md @@ -27,21 +27,21 @@ Set VERSION to the most recent [release] version number. **MacOS** ```bash -export VERSION="v1.0.14" +export VERSION="v1.1.0" curl -L https://cdn.porter.sh/$VERSION/install-mac.sh | bash ``` **Linux** ```bash -export VERSION="v1.0.14" +export VERSION="v1.1.0" curl -L https://cdn.porter.sh/$VERSION/install-linux.sh | bash ``` **Windows** ```powershell -$VERSION="v1.0.14" +$VERSION="v1.1.0" (New-Object System.Net.WebClient).DownloadFile("https://cdn.porter.sh/$VERSION/install-windows.ps1", "install-porter.ps1") .\install-porter.ps1 ```