From 0de08fd5a7b027eabe8571ac7bf74a2876d83feb Mon Sep 17 00:00:00 2001 From: Tom Denham Date: Mon, 2 Feb 2015 12:52:36 -0800 Subject: [PATCH] Bump versions --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index d8e7124fd..410590437 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa #### OS X ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.6.3/confd-0.6.3-darwin-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.7.1/confd-0.7.1-darwin-amd64 ``` #### Linux ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.6.3/confd-0.6.3-linux-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.7.1/confd-0.7.1-linux-amd64 ``` Copy the confd binary to a bin directory in your path.