From 05d90ca95323d6dbba456164fc0488a4b0f90956 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 14 Jan 2019 15:17:32 -0800 Subject: [PATCH] v0.5.7 --- README.md | 6 +++--- src/version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4775c3..2b3febd 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Head over to the releases page and grab the latest installers or binary. https:/ If you are on Debian/Ubuntu, please download the `.deb` package and install it. ``` -sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.6.deb +sudo dpkg -i linux-deb-zec-qt-wallet-v0.5.7.deb sudo apt install -f ``` Or you can download and run the binaries directly. ``` -tar -xvf zec-qt-wallet-v0.5.6.tar.gz -./zec-qt-wallet-v0.5.6/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.5.7.tar.gz +./zec-qt-wallet-v0.5.7/zec-qt-wallet ``` ### Windows diff --git a/src/version.h b/src/version.h index fd3ca23..ec5d866 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.5.6" +#define APP_VERSION "0.5.7"