Skip to content

Commit 83acd69

Browse files
authored
🥑🤖 v0.12.0 release prep 🤖🥑 (#115)
1 parent d1d4c8b commit 83acd69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ brew install aws-simple-ec2-cli
5151

5252
#### MacOS/Linux
5353
```
54-
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11.0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64
54+
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-`uname | tr '[:upper:]' '[:lower:]'`-amd64
5555
chmod +x simple-ec2
5656
```
5757

5858
#### ARM Linux
5959
```
60-
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11.0/simple-ec2-linux-arm
60+
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-linux-arm
6161
```
6262

6363
```
64-
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11.0/simple-ec2-linux-arm64
64+
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-linux-arm64
6565
```
6666

6767
#### Windows
6868
```
69-
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.11.0/simple-ec2-windows-amd64.exe
69+
curl -Lo simple-ec2 https://github.com/awslabs/aws-simple-ec2-cli/releases/download/v0.12.0/simple-ec2-windows-amd64.exe
7070
```
7171

7272
## Examples

0 commit comments

Comments
 (0)