#### 1. Clone
-Replace `master` with the desired version tag (e.g. `1.0.0`) to build the release binary.
+Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
```bash
git clone https://git.featherwallet.org/feather/feather.git
#### 1. Clone
-Replace `master` with the desired version tag (e.g. `1.0.0`) to build the release binary.
+Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
```bash
git clone https://git.featherwallet.org/feather/feather.git
cd feather
```
-Replace `master` with the desired version tag (e.g. `1.0.0`) to build the release binary.
+Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
#### 2. Base image
set(VERSION_MAJOR "1")
set(VERSION_MINOR "0")
-set(VERSION_REVISION "0")
+set(VERSION_REVISION "1")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")