From dd47c9c74e522718c4fc719bdf6b6e2e7339d1fc Mon Sep 17 00:00:00 2001 From: Vladimir Chernyshev Date: Fri, 2 Oct 2015 08:57:16 +0300 Subject: [PATCH] Update release version number 0.4.1 Signed-off-by: Vladimir Chernyshev --- docs/install-machine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index f3570df544..26b7c9a094 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -38,7 +38,7 @@ target="_blank">Docker version 1.7.1 or greater: 2. Download the Machine binary to somewhere in your `PATH` (for example, `/usr/local/bin`). - $ curl -L https://github.com/docker/machine/releases/download/v0.4.0/docker-machine_linux-amd64 > /usr/local/bin/docker-machine + $ curl -L https://github.com/docker/machine/releases/download/v0.4.1/docker-machine_linux-amd64 > /usr/local/bin/docker-machine 3. Apply executable permissions to the binary: @@ -47,7 +47,7 @@ target="_blank">Docker version 1.7.1 or greater: 4. Check the installation by displaying the Machine version: $ docker-machine -v - machine version 0.4.0 + machine version 0.4.1 (e2c88d6) ## Install from binary @@ -70,7 +70,7 @@ Github](https://github.com/docker/machine/releases/). To install from a binary: 6. Check the installation by displaying the Machine version: $ docker-machine -v - machine version 0.4.0 + machine version 0.4.1 (e2c88d6) ## Where to go next