diff options
author | selsta <selsta@sent.at> | 2020-05-06 20:16:26 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-05-13 16:15:03 +0200 |
commit | 4baee200a71d8c689d8709f43d300c4f76a376f7 (patch) | |
tree | 1249516783fafc1a273fe1cce9ff2abc9970c751 /contrib/gitian | |
parent | Merge pull request #6510 (diff) | |
download | monero-4baee200a71d8c689d8709f43d300c4f76a376f7.tar.xz |
build: prepare v0.16.0.0 release
Diffstat (limited to 'contrib/gitian')
-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 c09786c36..c0f230887 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -126,7 +126,7 @@ Setup for LXC: ```bash GH_USER=fluffypony -VERSION=v0.15.0.0 +VERSION=v0.16.0.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.15.0.0 +VERSION=v0.16.0.0 gpg --detach-sign ${VERSION}-linux/${GH_USER}/monero-linux-*-build.assert gpg --detach-sign ${VERSION}-win/${GH_USER}/monero-win-*-build.assert |