diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-06-08 14:02:00 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-06-08 14:02:00 -0500 |
commit | 37c359e7655f28360aa44d17df60594bba17dee4 (patch) | |
tree | 7b1cdf50c7ef3a1161b369e8eff64d1d057ccfb6 /contrib/gitian/README.md | |
parent | Merge pull request #6612 (diff) | |
parent | build: prepare v0.16.0.0 release (diff) | |
download | monero-37c359e7655f28360aa44d17df60594bba17dee4.tar.xz |
Merge pull request #6514
4baee20 build: prepare v0.16.0.0 release (selsta)
Diffstat (limited to 'contrib/gitian/README.md')
-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 |