From 655d4d1f583dcbed9560088fe9827ddb0e6437af Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Mon, 20 May 2019 11:55:22 -0700 Subject: [PATCH] s/0.43.1/0.44.0/g --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a827e58d..63384be8b 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ Configuration workflow `ship.yaml` files can be included in Kubernetes manifest Ship is packaged as a single binary, and Linux and MacOS versions are distributed: - To download the latest Linux build, run: ```shell -curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.43.1/ship_0.43.1_linux_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin +curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.44.0/ship_0.44.0_linux_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin ``` - To download the latest MacOS build, you can either run: ```shell -curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.43.1/ship_0.43.1_darwin_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin +curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.44.0/ship_0.44.0_darwin_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin ``` - ... or you can install with [Homebrew](https://brew.sh/):