From 8be12b407741750cbd71ebb6beb766dcbc2a9b72 Mon Sep 17 00:00:00 2001 From: Wil Boayue Date: Wed, 9 Aug 2023 16:56:15 -0700 Subject: [PATCH] stack version to v1.18.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94b89e3..a831367 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ Airbus UTM Platform `stack` CLI ### macOS/Linux one-liner ``` -curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17.0/stack_$( +curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18.0/stack_$( bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux' )_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/ ``` ### macOS ``` -curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17.0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/ +curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18.0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/ ``` ### Linux ``` -curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17.0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/ +curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18.0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/ ```