diff options
author | selsta <selsta@sent.at> | 2022-07-28 23:14:02 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-07-28 23:14:02 +0200 |
commit | 309f6ba3f5bc0e6b39a0ba709d585a56113169dd (patch) | |
tree | b115c8843ca9a345d388655d9d93f3dd9656aa2c /contrib/gitian/README.md | |
parent | Merge pull request #8435 (diff) | |
download | monero-309f6ba3f5bc0e6b39a0ba709d585a56113169dd.tar.xz |
build: prepare v0.18.1.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 5211b8409..87c9ead9c 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.18.0.0 +VERSION=v0.18.1.0 ``` Where `GH_USER` is your GitHub user name and `VERSION` is the version tag you want to build. |