From bda2a4cedc4daaad32b594c5c4e66866c3c080e2 Mon Sep 17 00:00:00 2001 From: Steve Nay <265958+snay2@users.noreply.github.com> Date: Tue, 16 Aug 2022 09:23:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=91=F0=9F=A4=96=20v0.9.0=20release=20p?= =?UTF-8?q?rep=20=F0=9F=A4=96=F0=9F=A5=91=20(#93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8eb37e8..a644745 100644 --- a/README.md +++ b/README.md @@ -51,22 +51,22 @@ brew install aws-simple-ec2-cli #### MacOS/Linux ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64 +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.9.0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64 chmod +x simple-ec2 ``` #### ARM Linux ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-linux-arm +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.9.0/simple-ec2-linux-arm ``` ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-linux-arm64 +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.9.0/simple-ec2-linux-arm64 ``` #### Windows ``` -curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.8.2/simple-ec2-windows-amd64.exe +curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.9.0/simple-ec2-windows-amd64.exe ``` ## Examples