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"