From d15d79f3c4e794b794d8cef98ec14245caef6b20 Mon Sep 17 00:00:00 2001 From: Michael Persson Date: Fri, 18 Dec 2015 12:00:35 +0100 Subject: [PATCH] Fix version in Makefile --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05c66ae..ab2790f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME=etcdtool BUILDDIR=.build SRCDIR=github.com/mickep76/$(NAME) -VERSION:=2.5 +VERSION:=2.8 RELEASE:=$(shell date -u +%Y%m%d%H%M) ARCH:=$(shell uname -p) diff --git a/README.md b/README.md index 77b1ffa..567cf4a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ brew install etcdtool # Example -First make sure you have docker running. +Make sure you have Docker configured. **Start etcd:**