diff options
author | selsta <selsta@sent.at> | 2020-10-13 01:13:06 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-10-13 01:13:06 +0200 |
commit | a2e37eb3d8ed149a2a0eaf80f630ab6efc9f4210 (patch) | |
tree | 4b886f92e23a9730253bbab704ab751ef67cfa36 /contrib | |
parent | Merge pull request #6845 (diff) | |
download | monero-a2e37eb3d8ed149a2a0eaf80f630ab6efc9f4210.tar.xz |
build: prepare v0.17.1.0
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gitian/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index b66ba6d74..2b277f8c4 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -126,7 +126,7 @@ Setup for LXC: ```bash GH_USER=fluffypony -VERSION=v0.17.0.1 +VERSION=v0.17.1.0 ./gitian-build.py --setup $GH_USER $VERSION ``` @@ -182,7 +182,7 @@ If you chose to do detached signing using `--detach-sign` above (recommended), y ```bash GH_USER=fluffypony -VERSION=v0.17.0.1 +VERSION=v0.17.1.0 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |