From efb68675ca5e8d3cfd5224ecb2517ff9bb0e97ab Mon Sep 17 00:00:00 2001 From: Sachidananda Urs Date: Mon, 24 Aug 2020 20:03:44 +0530 Subject: [PATCH] Update version --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f06cd9a..0879894 100644 --- a/README +++ b/README @@ -33,7 +33,7 @@ Install ======= Download the latest release with the command -curl -LO https://github.com/gluster/gstatus/releases/download/v1.0.2/gstatus +curl -LO https://github.com/gluster/gstatus/releases/download/v1.0.3/gstatus Make the gstatus binary executable. @@ -59,7 +59,7 @@ Installing the gstatus tool: * Using python-setuptools - git clone https://github.com/gluster/gstatus.git - cd gstatus - - VERSION=1.0.2 make gen-version + - VERSION=1.0.3 make gen-version - python3 setup.py install