update instructions to use v1.2.0 (#1914)

This commit is contained in:
woodser 2025-08-14 12:29:27 -04:00 committed by GitHub
parent 4ca091940e
commit b76a556487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -39,7 +39,7 @@ If it's the first time you are building Haveno, run the following commands to do
```
git clone https://github.com/haveno-dex/haveno.git
cd haveno
git checkout v1.1.2
git checkout v1.2.0
make
```
@ -48,7 +48,7 @@ make
If you are updating from a previous version, run from the root of the repository:
```
git checkout v1.1.2
git checkout v1.2.0
git pull
make clean && make
```