From 69ed907d738385d083bb802d4bf329546643798a Mon Sep 17 00:00:00 2001 From: Josh Komoroske Date: Tue, 20 Dec 2022 00:03:44 -0500 Subject: [PATCH] docs: prepare for v0.4.0 release (#46) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb5061e..2f9666c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Prebuilt binaries for several architectures can be found attached to any of the For Linux: ```shell -wget https://github.com/joshdk/aws-console/releases/download/v0.3.0/aws-console-linux-amd64.tar.gz +wget https://github.com/joshdk/aws-console/releases/download/v0.4.0/aws-console-linux-amd64.tar.gz tar -xf aws-console-linux-amd64.tar.gz sudo install aws-console /usr/bin/aws-console ```