diff options
author | selsta <selsta@sent.at> | 2022-07-06 23:49:21 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-07-13 22:07:31 +0200 |
commit | fe5d1bef560b046a5f7eafc348ce7b1261ef4dea (patch) | |
tree | cdfc4b5ffe2fd7fd7eb204b2e3f33f67b531ad85 /contrib/gitian/README.md | |
parent | Merge pull request #8384 (diff) | |
download | monero-fe5d1bef560b046a5f7eafc348ce7b1261ef4dea.tar.xz |
build: prepare v0.18.0.0
Diffstat (limited to 'contrib/gitian/README.md')
-rw-r--r-- | contrib/gitian/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index 24cf26fa3..5211b8409 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -133,7 +133,7 @@ Common setup part: su - gitianuser GH_USER=YOUR_GITHUB_USER_NAME -VERSION=v0.17.3.2 +VERSION=v0.18.0.0 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |