From 9971caafd7bdf1192f0bf297bd4ce87507c02c9f Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 24 Nov 2018 09:17:25 -0800 Subject: [PATCH] 0.4.3 --- README.md | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bbd4eb..dfdaffe 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Head over to the releases page and grab the latest binary. https://github.com/ad ### Linux Extract and run the binary. ``` -tar -xvf zec-qt-wallet-v0.4.2.tar.gz -./zec-qt-wallet-v0.4.2/zec-qt-wallet +tar -xvf zec-qt-wallet-v0.4.3.tar.gz +./zec-qt-wallet-v0.4.3/zec-qt-wallet ``` ### Windows diff --git a/src/version.h b/src/version.h index d32f492..87d67c8 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "0.4.2" +#define APP_VERSION "0.4.3"