Skip to content

Commit 21183b1

Browse files
authored
Merge pull request #6 from altiscope/bump_stack_cli_version
Bump stack CLI version to v1.20.0
2 parents 405ad17 + a8d0043 commit 21183b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Airbus UTM Platform `stack` CLI
55

66
### macOS/Linux one-liner
77
```
8-
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.19.4/stack_$(
8+
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.20.0/stack_$(
99
bash -c '[[ $OSTYPE == darwin* ]] && (uname -m | grep -q arm && echo darwin_arm64 || echo darwin_amd64) || (uname -m | grep -q x86_64 && echo linux_amd64 || echo linux_arm64)'
1010
) -o stack && chmod +x stack && sudo mv stack /usr/local/bin/
1111
```

0 commit comments

Comments
 (0)